2 writes to _currentStyle
System.Web.Mobile (2)
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
1004_currentStyle = (Style) _styleSheet[key]; 1014_currentStyle = value;
3 references to _currentStyle
System.Web.Mobile (3)
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
992if (null == _currentStyle) 1005Debug.Assert (_currentStyle != null); 1010return _currentStyle;