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