6 references to FONT_AROUND_CONTENT
System.Web (6)
UI\Html32TextWriter.cs (6)
160
if (Supports(
FONT_AROUND_CONTENT
))
295
if (Supports(
FONT_AROUND_CONTENT
)) {
594
else if (_renderFontTag && Supports(
FONT_AROUND_CONTENT
)) {
648
_tagSupports |=
FONT_AROUND_CONTENT
;
651
_tagSupports |=
FONT_AROUND_CONTENT
| FONT_CONSUME;
654
_tagSupports |=
FONT_AROUND_CONTENT
| FONT_PROPAGATE;