5 writes to Name
System.Web.Mobile (5)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
311externalFilter.Name = name;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
664((DeviceFilterTreeNode)e.Node).DeviceFilter.Name = e.Label; 739DeviceFilter.Name = value;
UI\MobileControls\Design\Util\WebConfigManager.cs (2)
252Name = SR.GetString(SR.DeviceFilterNode_DefaultFilterName); 415newNode.Name = this.Name;
18 references to Name
System.Web.Mobile (18)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (5)
409if(filter.Name == name) 745if(IsDefaultFilter(filter.Name)) 976if(appliedFilter.Name == filter.Name) 1019Name = filter.Name; 1022_runtimeChoice.Filter = filter.Name;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (6)
336if(filter.DeviceFilter.Name == name) 438filtersInErrorList.Add(filter.Name); 719base.Text = DeviceFilter.Name; 725base.Text = node.Name; 732Debug.Assert(DeviceFilter.Name == base.Text); 733return DeviceFilter.Name;
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
1230if(availableFilter.Name == filter.Name)
UI\MobileControls\Design\Util\WebConfigManager.cs (5)
317_xmlNode.Attributes["name"].Value = Name; 369if(Name == null || Name.Length == 0) 373return Name; 415newNode.Name = this.Name;