4 writes to CurrentStyle
System.Web.Mobile (4)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
421
_styleSheetDesigner.
CurrentStyle
= null;
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
890
CurrentStyle
= _tmpCurrentStyle;
1045
CurrentStyle
= null;
1055
CurrentStyle
= style;
17 references to CurrentStyle
System.Web.Mobile (17)
UI\MobileControls\Design\Converters\ChoiceConverter.cs (1)
64
Style style = (Style) ssd.
CurrentStyle
;
UI\MobileControls\Design\StylesEditorDialog.cs (2)
418
if (_styleSheetDesigner.
CurrentStyle
!= null &&
419
null == _styleSheet[_styleSheetDesigner.
CurrentStyle
.Name])
UI\MobileControls\Design\StyleSheetDesigner.cs (14)
478
if (null ==
CurrentStyle
)
484
curStyle = HttpUtility.HtmlEncode(
CurrentStyle
.Name);
528
else if (null !=
CurrentStyle
&& null != CurrentChoice)
802
if (CurrentChoice != null && 0 == String.Compare(
CurrentStyle
.Name, deviceSpecificParentID, StringComparison.OrdinalIgnoreCase))
877
Debug.Assert(null !=
CurrentStyle
);
878
_mergedUI.CbStyles.SelectedItem =
CurrentStyle
.Name;
887
if (
CurrentStyle
!= _tmpCurrentStyle)
1022
if (null ==
CurrentStyle
)
1027
return
CurrentStyle
.DeviceSpecific;
1035
if (null ==
CurrentStyle
)
1039
return
CurrentStyle
.Name;
1229
if (
CurrentStyle
!= null &&
CurrentStyle
.DeviceSpecific != null)
1231
this.
CurrentStyle
.DeviceSpecific.SetDesignerChoice(CurrentChoice);