19 references to URI_PARENT
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
329
if ((currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.
URI_PARENT
| ElementProperties.NAME_PARENT)) != 0)
465
Debug.Assert((int)ElementProperties.
URI_PARENT
== (int)AttributeProperties.URI);
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
328
if ((currentElementProperties & (ElementProperties.BOOL_PARENT | ElementProperties.
URI_PARENT
| ElementProperties.NAME_PARENT)) != 0)
464
Debug.Assert((int)ElementProperties.
URI_PARENT
== (int)AttributeProperties.URI);
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (15)
54
new HtmlProps("a", (byte)(ElementProperties.
URI_PARENT
)),
57
new HtmlProps("area", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.
URI_PARENT
| ElementProperties.EMPTY | ElementProperties.BLOCK_WS)),
58
new HtmlProps("base", (byte)(ElementProperties.
URI_PARENT
| ElementProperties.EMPTY | ElementProperties.BLOCK_WS)),
60
new HtmlProps("blockquote", (byte)(ElementProperties.
URI_PARENT
| ElementProperties.BLOCK_WS)),
69
new HtmlProps("del", (byte)(ElementProperties.
URI_PARENT
| ElementProperties.BLOCK_WS)),
76
new HtmlProps("form", (byte)(ElementProperties.
URI_PARENT
| ElementProperties.BLOCK_WS)),
85
new HtmlProps("head", (byte)(ElementProperties.
URI_PARENT
| ElementProperties.BLOCK_WS | ElementProperties.HEAD)),
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)),
91
new HtmlProps("ins", (byte)(ElementProperties.
URI_PARENT
| ElementProperties.BLOCK_WS)),
95
new HtmlProps("link", (byte)(ElementProperties.
URI_PARENT
| ElementProperties.EMPTY | ElementProperties.BLOCK_WS)),
101
new HtmlProps("object", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.
URI_PARENT
)),
108
new HtmlProps("q", (byte)(ElementProperties.
URI_PARENT
)),
110
new HtmlProps("script", (byte)(ElementProperties.NO_ENTITIES | ElementProperties.BOOL_PARENT | ElementProperties.
URI_PARENT
)),
114
new HtmlProps("table", (byte)(ElementProperties.
URI_PARENT
| ElementProperties.BLOCK_WS)),