4 writes to _fontSize
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (4)
509_fontSize = FontSize.Normal; 531_fontSize = (FontSize) style[Style.FontSizeKey , true]; 534_fontSize = FontSize.Normal; 583set { _fontSize = value; }
2 references to _fontSize
System.Web.Mobile (2)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
532if(_fontSize == FontSize.NotSet) 582get { return _fontSize; }