5 writes to FontSize
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (5)
705
state.Current.
FontSize
= FontSize.Normal;
782
state.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)) ||
1284
if(_current.
FontSize
!= newStyle.
FontSize
)
1287
if(newStyle.
FontSize
== FontSize.Large)
1294
else if(newStyle.
FontSize
== FontSize.Small)