14 references to DesignerUtility
System.Web.Mobile (14)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
553DesignerUtility.GetDuplicateChoiceTreeNodes(
UI\MobileControls\Design\Converters\ChoiceConverter.cs (1)
115returnArray.Add(DesignerUtility.ChoiceToUniqueIdentifier(choice));
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
178curChoice = HttpUtility.HtmlEncode(DesignerUtility.ChoiceToUniqueIdentifier(CurrentChoice));
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (3)
298return DesignerUtility.ChoiceToUniqueIdentifier(CurrentChoice); 319if (DesignerUtility.ChoiceToUniqueIdentifier(choice).Equals(value) || 1057TemplateDeviceFilter = DesignerUtility.ChoiceToUniqueIdentifier(CurrentChoice);
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
231DesignerUtility.ChoiceToUniqueIdentifier(runtimeChoice)); 265DesignerUtility.GetDuplicateChoiceTreeNodes(
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
501curChoice = HttpUtility.HtmlEncode(DesignerUtility.ChoiceToUniqueIdentifier(CurrentChoice)); 818TemplateDeviceFilter = DesignerUtility.ChoiceToUniqueIdentifier(CurrentChoice);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
209_cmbChoices.Items.Add(DesignerUtility.ChoiceToUniqueIdentifier(choice)); 221_cmbChoices.SelectedItem = DesignerUtility.ChoiceToUniqueIdentifier(_designer.CurrentChoice); 412if (DesignerUtility.ChoiceToUniqueIdentifier(choice).Equals(choiceIdentifier) ||
UI\MobileControls\Design\Util\WebConfigManager.cs (1)
97DesignerUtility.EnsureFileCheckedOut(_site, _path);