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