What's means NameScope
-
Sunday, October 08, 2006 7:50 AMI found when use Animations in c# code , if the Animated element are not in xaml file, must register the element with "RegisterName()",and before this , should writte "NameScope.SetNameScope(FrameWorkElement , new NameScope())", what's means ?
All Replies
-
Sunday, October 08, 2006 5:32 PMModerator
it stores or retrieves name-to-object mappings and Defines a contract for how names of elements or resources should be accessed -
Monday, October 09, 2006 1:33 AMNameScope.SetNameScope(FrameWorkElement fe, new NameScope()),What's this sentence do ?
-
Tuesday, October 10, 2006 1:24 AMNo body can tell me ? or it's not clear to anderstand the question ?
-
Tuesday, October 10, 2006 6:26 AMModerator

