3 writes to Name
System.Web.Mobile (3)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (3)
624
((ChoiceTreeNode)e.Node).
Name
= newLabel;
1019
Name
= filter.Name;
1044
Name
= _runtimeChoice.Filter;
6 references to Name
System.Web.Mobile (6)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (4)
441
if(choice.
Name
== name)
502
&& !IsDefaultFilter(SelectedAppliedFilter.
Name
))
797
if(IsDefaultFilter(choice.
Name
))
976
if(appliedFilter.
Name
== filter.Name)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
227
if(choiceNode.
Name
== runtimeChoice.Filter
UI\MobileControls\Design\Util\DesignerUtility.cs (1)
132
String key = ChoiceToUniqueIdentifier(node.
Name
, node.Argument);