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)
418
if (
_styleSheetDesigner
.CurrentStyle != null &&
419
null == _styleSheet[
_styleSheetDesigner
.CurrentStyle.Name])
421
_styleSheetDesigner
.CurrentStyle = null;
422
_styleSheetDesigner
.CurrentChoice = null;
425
_styleSheetDesigner
.OnStylesChanged();