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