6 references to HAS_NS
System.Xml (6)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
165
currentElementProperties = ElementProperties.
HAS_NS
;
516
else if ( ( currentElementProperties & ElementProperties.
HAS_NS
) != 0 ) {
820
base.currentElementProperties = ElementProperties.
HAS_NS
| ElementProperties.BLOCK_WS;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
165
currentElementProperties = ElementProperties.
HAS_NS
;
516
else if ( ( currentElementProperties & ElementProperties.
HAS_NS
) != 0 ) {
820
base.currentElementProperties = ElementProperties.
HAS_NS
| ElementProperties.BLOCK_WS;