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