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;
583
set {
_fontSize
= value; }
2 references to _fontSize
System.Web.Mobile (2)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
532
if(
_fontSize
== FontSize.NotSet)
582
get { return
_fontSize
; }