3 writes to _bold
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
510_bold = false; 539_bold = ((BooleanOption) style[Style.BoldKey, true] == BooleanOption.True); 588set { _bold = value; }
1 reference to _bold
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
587get { return _bold; }