11 references to ChoiceToUniqueIdentifier
System.Web.Mobile (11)
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 (1)
231
DesignerUtility.
ChoiceToUniqueIdentifier
(runtimeChoice));
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) ||