5 writes to FontSize
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (5)
705state.Current.FontSize = FontSize.Normal; 782state.Current.FontSize = ((FontStyleTag)o).FontSize; 1291_current.FontSize = FontSize.Large; 1297_current.FontSize = FontSize.Small; 1303_current.FontSize = FontSize.Normal;
6 references to FontSize
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (6)
1077(( _current.FontSize != newStyle.FontSize ) && (_writer.RenderFontSize)) || 1284if(_current.FontSize != newStyle.FontSize) 1287if(newStyle.FontSize == FontSize.Large) 1294else if(newStyle.FontSize == FontSize.Small)