1 write to _bodyStyle
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
521
_bodyStyle
= new XhtmlStyleClass (style, filter);
2 references to _bodyStyle
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
414
string bodyStyleClassDefinition =
_bodyStyle
== null ? null :
_bodyStyle
.GetClassDefinition();