4 references to SUPPORTS_BORDER
System.Web (4)
UI\Html32TextWriter.cs (4)
367
if (Supports(
SUPPORTS_BORDER
) && key == HtmlTextWriterStyle.BorderWidth) {
667
_tagSupports |=
SUPPORTS_BORDER
;
675
_tagSupports |= SUPPORTS_HEIGHT_WIDTH |
SUPPORTS_BORDER
;
680
_tagSupports |= SUPPORTS_HEIGHT_WIDTH |
SUPPORTS_BORDER
;