2 writes to _fontSize
System.Web (2)
UI\Html32TextWriter.cs (2)
307
_fontSize
= ConvertToHtmlFontSize(value);
537
_fontSize
= null;
2 references to _fontSize
System.Web (2)
UI\Html32TextWriter.cs (2)
128
AppendFontTag(_fontFace, _fontColor,
_fontSize
, sbBegin, sbEnd);
308
if (
_fontSize
!= null)