8 references to BLOCK_WS
System.Xml (8)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (4)
812
if ( endBlockPos == base.bufPos && ( base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0 ) {
820
base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.
BLOCK_WS
;
848
else if ( ( base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0 ) {
861
isBlockWs = ( base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (4)
812
if ( endBlockPos == base.bufPos && ( base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0 ) {
820
base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.
BLOCK_WS
;
848
else if ( ( base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0 ) {
861
isBlockWs = ( base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0;