48 references to ElementProperties
System.Xml (48)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (24)
59protected ElementProperties currentElementProperties; 157currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName ); 165currentElementProperties = ElementProperties.HAS_NS; 177if ( ( currentElementProperties & ElementProperties.HEAD ) != 0 ) { 192if ( ( currentElementProperties & ElementProperties.EMPTY ) == 0 ) { 204currentElementProperties = (ElementProperties)elementScope.Pop(); 213if ( ( currentElementProperties & ElementProperties.EMPTY ) == 0 ) { 225currentElementProperties = (ElementProperties)elementScope.Pop(); 337if ( ( currentElementProperties & ( ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT ) ) != 0 ) { 452Debug.Assert( (int)ElementProperties.URI_PARENT == (int)AttributeProperties.URI ); 453Debug.Assert( (int)ElementProperties.BOOL_PARENT == (int)AttributeProperties.BOOLEAN ); 454Debug.Assert( (int)ElementProperties.NAME_PARENT == (int)AttributeProperties.NAME ); 464currentElementProperties = ElementProperties.DEFAULT; 494if ( ( currentElementProperties & ElementProperties.NO_ENTITIES ) != 0 ) { 516else if ( ( currentElementProperties & ElementProperties.HAS_NS ) != 0 ) { 810base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName ); 812if ( endBlockPos == base.bufPos && ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0 ) { 820base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.BLOCK_WS; 843if ( ( currentElementProperties & ElementProperties.HEAD ) != 0) { 848else if ( ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0 ) { 861isBlockWs = ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (24)
59protected ElementProperties currentElementProperties; 157currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName ); 165currentElementProperties = ElementProperties.HAS_NS; 177if ( ( currentElementProperties & ElementProperties.HEAD ) != 0 ) { 192if ( ( currentElementProperties & ElementProperties.EMPTY ) == 0 ) { 204currentElementProperties = (ElementProperties)elementScope.Pop(); 213if ( ( currentElementProperties & ElementProperties.EMPTY ) == 0 ) { 225currentElementProperties = (ElementProperties)elementScope.Pop(); 337if ( ( currentElementProperties & ( ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT ) ) != 0 ) { 452Debug.Assert( (int)ElementProperties.URI_PARENT == (int)AttributeProperties.URI ); 453Debug.Assert( (int)ElementProperties.BOOL_PARENT == (int)AttributeProperties.BOOLEAN ); 454Debug.Assert( (int)ElementProperties.NAME_PARENT == (int)AttributeProperties.NAME ); 464currentElementProperties = ElementProperties.DEFAULT; 494if ( ( currentElementProperties & ElementProperties.NO_ENTITIES ) != 0 ) { 516else if ( ( currentElementProperties & ElementProperties.HAS_NS ) != 0 ) { 810base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString( localName ); 812if ( endBlockPos == base.bufPos && ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0 ) { 820base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.BLOCK_WS; 843if ( ( currentElementProperties & ElementProperties.HEAD ) != 0) { 848else if ( ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0 ) { 861isBlockWs = ( base.currentElementProperties & ElementProperties.BLOCK_WS ) != 0;