4 references to URI_PARENT
System.Xml (4)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
337
if ( ( currentElementProperties & ( ElementProperties.BOOL_PARENT | ElementProperties.
URI_PARENT
| ElementProperties.NAME_PARENT ) ) != 0 ) {
452
Debug.Assert( (int)ElementProperties.
URI_PARENT
== (int)AttributeProperties.URI );
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
337
if ( ( currentElementProperties & ( ElementProperties.BOOL_PARENT | ElementProperties.
URI_PARENT
| ElementProperties.NAME_PARENT ) ) != 0 ) {
452
Debug.Assert( (int)ElementProperties.
URI_PARENT
== (int)AttributeProperties.URI );