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)
992
if (null ==
_currentStyle
)
1005
Debug.Assert (
_currentStyle
!= null);
1010
return
_currentStyle
;