14 writes to _tagSupports
System.Web (14)
UI\Html32TextWriter.cs (14)
642
_tagSupports
= NOTHING;
648
_tagSupports
|= FONT_AROUND_CONTENT;
651
_tagSupports
|= FONT_AROUND_CONTENT | FONT_CONSUME;
654
_tagSupports
|= FONT_AROUND_CONTENT | FONT_PROPAGATE;
660
_tagSupports
|= FONT_PROPAGATE;
664
_tagSupports
|= FONT_PROPAGATE | FONT_CONSUME;
667
_tagSupports
|= SUPPORTS_BORDER;
675
_tagSupports
|= SUPPORTS_HEIGHT_WIDTH | SUPPORTS_BORDER;
677
_tagSupports
|= SUPPORTS_NOWRAP;
680
_tagSupports
|= SUPPORTS_HEIGHT_WIDTH | SUPPORTS_BORDER;
683
_tagSupports
|= SUPPORTS_HEIGHT_WIDTH;
687
_tagSupports
|= SUPPORTS_NOWRAP | SUPPORTS_HEIGHT_WIDTH;
703
_tagSupports
|= TABLE_ATTRIBUTES;
710
_tagSupports
|= TABLE_AROUND_CONTENT;
1 reference to _tagSupports
System.Web (1)
UI\Html32TextWriter.cs (1)
717
return(
_tagSupports
& flag) == flag;