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