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