3 writes to FontSize
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (3)
1292
fontTag.
FontSize
= FontSize.Large;
1298
fontTag.
FontSize
= FontSize.Small;
1304
fontTag.
FontSize
= FontSize.Normal;
2 references to FontSize
System.Web.Mobile (2)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
780
if(((FontStyleTag)o).
FontSize
!= FontSize.Normal)
782
state.Current.FontSize = ((FontStyleTag)o).
FontSize
;