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