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