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