4 references to NAME_PARENT
System.Private.Xml (4)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
302if ((_currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0) 442Debug.Assert((int)ElementProperties.NAME_PARENT == (int)AttributeProperties.NAME);
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
287if ((_currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0) 419Debug.Assert((int)ElementProperties.NAME_PARENT == (int)AttributeProperties.NAME);