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);
588
set {
_bold
= value; }
1 reference to _bold
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
587
get { return
_bold
; }