23 references to BOOL_PARENT
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
329
if ((currentElementProperties & (ElementProperties.
BOOL_PARENT
| ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0)
466
Debug.Assert((int)ElementProperties.
BOOL_PARENT
== (int)AttributeProperties.BOOLEAN);
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
328
if ((currentElementProperties & (ElementProperties.
BOOL_PARENT
| ElementProperties.URI_PARENT | ElementProperties.NAME_PARENT)) != 0)
465
Debug.Assert((int)ElementProperties.
BOOL_PARENT
== (int)AttributeProperties.BOOLEAN);
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (19)
57
new HtmlProps("area", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.URI_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)),
63
new HtmlProps("button", (byte)(ElementProperties.
BOOL_PARENT
)),
70
new HtmlProps("dir", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),
72
new HtmlProps("dl", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),
77
new HtmlProps("frame", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.EMPTY | ElementProperties.BLOCK_WS)),
86
new HtmlProps("hr", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.EMPTY | ElementProperties.BLOCK_WS)),
89
new HtmlProps("img", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.URI_PARENT | ElementProperties.EMPTY)),
90
new HtmlProps("input", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.URI_PARENT | ElementProperties.EMPTY)),
97
new HtmlProps("menu", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),
101
new HtmlProps("object", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.URI_PARENT)),
102
new HtmlProps("ol", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),
103
new HtmlProps("optgroup", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),
104
new HtmlProps("option", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),
110
new HtmlProps("script", (byte)(ElementProperties.NO_ENTITIES | ElementProperties.
BOOL_PARENT
| ElementProperties.URI_PARENT)),
111
new HtmlProps("select", (byte)(ElementProperties.
BOOL_PARENT
)),
116
new HtmlProps("td", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),
117
new HtmlProps("textarea", (byte)(ElementProperties.
BOOL_PARENT
)),
119
new HtmlProps("th", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),
123
new HtmlProps("ul", (byte)(ElementProperties.
BOOL_PARENT
| ElementProperties.BLOCK_WS)),