3 writes to _fontName
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
507
_fontName
= String.Empty;
536
_fontName
= (String) style[Style.FontNameKey , true];
573
set {
_fontName
= value; }
1 reference to _fontName
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
572
get { return
_fontName
; }