1 write to _styleSheetDesigner
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
109_styleSheetDesigner = styleSheetDesigner;
5 references to _styleSheetDesigner
System.Web.Mobile (5)
UI\MobileControls\Design\StylesEditorDialog.cs (5)
418if (_styleSheetDesigner.CurrentStyle != null && 419null == _styleSheet[_styleSheetDesigner.CurrentStyle.Name]) 421_styleSheetDesigner.CurrentStyle = null; 422_styleSheetDesigner.CurrentChoice = null; 425_styleSheetDesigner.OnStylesChanged();