11 writes to CurrentChoice
System.Web.Mobile (11)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (4)
306
CurrentChoice
= null;
323
CurrentChoice
= choice;
328
CurrentChoice
= null;
1045
CurrentChoice
= null;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
422
_styleSheetDesigner.
CurrentChoice
= null;
UI\MobileControls\Design\StyleSheetDesigner.cs (4)
806
CurrentChoice
= null;
889
CurrentChoice
= null;
1044
CurrentChoice
= null;
1061
CurrentChoice
= null;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
456
_designer.
CurrentChoice
= GetChoiceFromIdentifier((String) _cmbChoices.SelectedItem, _ds);
460
_designer.
CurrentChoice
= null;
31 references to CurrentChoice
System.Web.Mobile (31)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (4)
165
if (null ==
CurrentChoice
)
172
if (
CurrentChoice
.Filter.Length == 0)
178
curChoice = HttpUtility.HtmlEncode(DesignerUtility.ChoiceToUniqueIdentifier(
CurrentChoice
));
181
if (IsHTMLSchema(
CurrentChoice
))
UI\MobileControls\Design\ListDesigner.cs (1)
299
_list.DeviceSpecific.SetDesignerChoice(
CurrentChoice
);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (13)
107
return (
CurrentChoice
!= null && IsHTMLSchema(
CurrentChoice
) && !ErrorMode);
288
if (null ==
CurrentChoice
)
292
if (
CurrentChoice
.Filter.Length == 0)
298
return DesignerUtility.ChoiceToUniqueIdentifier(
CurrentChoice
);
586
if (
CurrentChoice
!= null && !IsHTMLSchema(
CurrentChoice
))
643
template = (ITemplate)
CurrentChoice
.Templates[templateName];
867
CurrentChoice
.Templates.Remove(templateName);
872
CurrentChoice
.Templates[templateName] = template;
1041
if (null !=
CurrentChoice
)
1051
if (
CurrentChoice
.Filter.Length == 0)
1057
TemplateDeviceFilter = DesignerUtility.ChoiceToUniqueIdentifier(
CurrentChoice
);
UI\MobileControls\Design\ObjectListDesigner.cs (1)
133
_objectList.DeviceSpecific.SetDesignerChoice(
CurrentChoice
);
UI\MobileControls\Design\StyleSheetDesigner.cs (9)
489
if (null ==
CurrentChoice
)
495
if (
CurrentChoice
.Filter.Length == 0)
501
curChoice = HttpUtility.HtmlEncode(DesignerUtility.ChoiceToUniqueIdentifier(
CurrentChoice
));
528
else if (null != CurrentStyle && null !=
CurrentChoice
)
530
if (IsHTMLSchema(
CurrentChoice
))
802
if (
CurrentChoice
!= null && 0 == String.Compare(CurrentStyle.Name, deviceSpecificParentID, StringComparison.OrdinalIgnoreCase))
812
if (
CurrentChoice
.Filter.Length == 0)
818
TemplateDeviceFilter = DesignerUtility.ChoiceToUniqueIdentifier(
CurrentChoice
);
1231
this.CurrentStyle.DeviceSpecific.SetDesignerChoice(
CurrentChoice
);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (3)
213
if (null != _designer.
CurrentChoice
&& _designer.CurrentDeviceSpecific == _ds)
215
if (_designer.
CurrentChoice
.Filter.Length == 0)
221
_cmbChoices.SelectedItem = DesignerUtility.ChoiceToUniqueIdentifier(_designer.
CurrentChoice
);