8 references to BLOCK_WS
System.Private.Xml (8)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (4)
828
if (_endBlockPos == base._bufPos && (base._currentElementProperties & ElementProperties.
BLOCK_WS
) != 0)
838
base._currentElementProperties = ElementProperties.HAS_NS | ElementProperties.
BLOCK_WS
;
870
else if ((base._currentElementProperties & ElementProperties.
BLOCK_WS
) != 0)
885
isBlockWs = (base._currentElementProperties & ElementProperties.
BLOCK_WS
) != 0;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (4)
798
if (_endBlockPos == base._bufPos && (base._currentElementProperties & ElementProperties.
BLOCK_WS
) != 0)
808
base._currentElementProperties = ElementProperties.HAS_NS | ElementProperties.
BLOCK_WS
;
840
else if ((base._currentElementProperties & ElementProperties.
BLOCK_WS
) != 0)
855
isBlockWs = (base._currentElementProperties & ElementProperties.
BLOCK_WS
) != 0;