7 writes to currentElementProperties
System.Xml (7)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (7)
157currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName ); 165currentElementProperties = ElementProperties.HAS_NS; 204currentElementProperties = (ElementProperties)elementScope.Pop(); 225currentElementProperties = (ElementProperties)elementScope.Pop(); 464currentElementProperties = ElementProperties.DEFAULT; 810base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName ); 820base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.BLOCK_WS;
13 references to currentElementProperties
System.Xml (13)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (13)
151elementScope.Push( (byte)currentElementProperties ); 177if ( ( currentElementProperties & ElementProperties.HEAD ) != 0 ) { 192if ( ( currentElementProperties & ElementProperties.EMPTY ) == 0 ) { 213if ( ( currentElementProperties & ElementProperties.EMPTY ) == 0 ) { 337if ( ( currentElementProperties & ( ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT ) ) != 0 ) { 339(AttributeProperties)currentElementProperties; 494if ( ( currentElementProperties & ElementProperties.NO_ENTITIES ) != 0 ) { 516else if ( ( currentElementProperties & ElementProperties.HAS_NS ) != 0 ) { 805base.elementScope.Push( (byte)base.currentElementProperties ); 812if ( endBlockPos == base.bufPos && ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0 ) { 843if ( ( currentElementProperties & ElementProperties.HEAD ) != 0) { 848else if ( ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0 ) { 861isBlockWs = ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0;