2 writes to Filter
System.Web.Mobile (2)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
1022_runtimeChoice.Filter = filter.Name; 1107RuntimeChoice.Filter = _filterName;
17 references to Filter
System.Web.Mobile (17)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
318FindAvailableFilter(runtimeChoice.Filter); 1044Name = _runtimeChoice.Filter;
UI\MobileControls\Design\Converters\ChoiceConverter.cs (3)
103if (choice.Filter != null && choice.Filter.Length == 0) 113if (!choice.Filter.Equals(SR.GetString(SR.DeviceFilter_NoChoice)))
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
172if (CurrentChoice.Filter.Length == 0)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (3)
292if (CurrentChoice.Filter.Length == 0) 320(choice.Filter.Length == 0 && 1051if (CurrentChoice.Filter.Length == 0)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
227if(choiceNode.Name == runtimeChoice.Filter
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
495if (CurrentChoice.Filter.Length == 0) 812if (CurrentChoice.Filter.Length == 0)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (4)
197if (choice.Filter.Length == 0) 207if (!choice.Filter.Equals(SR.GetString(SR.DeviceFilter_NoChoice))) 215if (_designer.CurrentChoice.Filter.Length == 0) 413(choice.Filter.Length == 0 &&
UI\MobileControls\Design\Util\DesignerUtility.cs (1)
59return ChoiceToUniqueIdentifier(choice.Filter, choice.Argument);