13 references to Supports
System.Web (13)
UI\Html32TextWriter.cs (13)
160if (Supports(FONT_AROUND_CONTENT)) 295if (Supports(FONT_AROUND_CONTENT)) { 332else if (Supports(FONT_PROPAGATE)) { 367if (Supports(SUPPORTS_BORDER) && key == HtmlTextWriterStyle.BorderWidth) { 373if (Supports(SUPPORTS_NOWRAP) && key == HtmlTextWriterStyle.WhiteSpace) { 377if (Supports(SUPPORTS_HEIGHT_WIDTH)) { 392if (Supports(TABLE_ATTRIBUTES) || Supports(TABLE_AROUND_CONTENT)) { 497if (Supports(FONT_PROPAGATE)) { 576if (_renderFontTag && Supports(FONT_AROUND_TAG)) 591if (Supports(FONT_CONSUME)) { 594else if (_renderFontTag && Supports(FONT_AROUND_CONTENT)) { 635if (Supports(FONT_PROPAGATE)) {