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)
717return(_tagSupports & flag) == flag;