159 references to ElementProperties
dotnet-svcutil-lib (159)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (24)
25
protected
ElementProperties
currentElementProperties;
135
currentElementProperties = (
ElementProperties
)elementPropertySearch.FindCaseInsensitiveString(localName);
144
currentElementProperties =
ElementProperties
.HAS_NS;
157
if ((currentElementProperties &
ElementProperties
.HEAD) != 0)
175
if ((currentElementProperties &
ElementProperties
.EMPTY) == 0)
189
currentElementProperties = (
ElementProperties
)elementScope.Pop();
200
if ((currentElementProperties &
ElementProperties
.EMPTY) == 0)
214
currentElementProperties = (
ElementProperties
)elementScope.Pop();
329
if ((currentElementProperties & (
ElementProperties
.BOOL_PARENT |
ElementProperties
.URI_PARENT |
ElementProperties
.NAME_PARENT)) != 0)
465
Debug.Assert((int)
ElementProperties
.URI_PARENT == (int)AttributeProperties.URI);
466
Debug.Assert((int)
ElementProperties
.BOOL_PARENT == (int)AttributeProperties.BOOLEAN);
467
Debug.Assert((int)
ElementProperties
.NAME_PARENT == (int)AttributeProperties.NAME);
478
currentElementProperties =
ElementProperties
.DEFAULT;
511
if ((currentElementProperties &
ElementProperties
.NO_ENTITIES) != 0)
540
else if ((currentElementProperties &
ElementProperties
.HAS_NS) != 0)
868
base.currentElementProperties = (
ElementProperties
)elementPropertySearch.FindCaseInsensitiveString(localName);
870
if (_endBlockPos == base.bufPos && (base.currentElementProperties &
ElementProperties
.BLOCK_WS) != 0)
880
base.currentElementProperties =
ElementProperties
.HAS_NS |
ElementProperties
.BLOCK_WS;
906
if ((currentElementProperties &
ElementProperties
.HEAD) != 0)
912
else if ((base.currentElementProperties &
ElementProperties
.BLOCK_WS) != 0)
927
isBlockWs = (base.currentElementProperties &
ElementProperties
.BLOCK_WS) != 0;
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (24)
25
protected
ElementProperties
currentElementProperties;
134
currentElementProperties = (
ElementProperties
)elementPropertySearch.FindCaseInsensitiveString(localName);
143
currentElementProperties =
ElementProperties
.HAS_NS;
156
if ((currentElementProperties &
ElementProperties
.HEAD) != 0)
174
if ((currentElementProperties &
ElementProperties
.EMPTY) == 0)
188
currentElementProperties = (
ElementProperties
)elementScope.Pop();
199
if ((currentElementProperties &
ElementProperties
.EMPTY) == 0)
213
currentElementProperties = (
ElementProperties
)elementScope.Pop();
328
if ((currentElementProperties & (
ElementProperties
.BOOL_PARENT |
ElementProperties
.URI_PARENT |
ElementProperties
.NAME_PARENT)) != 0)
464
Debug.Assert((int)
ElementProperties
.URI_PARENT == (int)AttributeProperties.URI);
465
Debug.Assert((int)
ElementProperties
.BOOL_PARENT == (int)AttributeProperties.BOOLEAN);
466
Debug.Assert((int)
ElementProperties
.NAME_PARENT == (int)AttributeProperties.NAME);
477
currentElementProperties =
ElementProperties
.DEFAULT;
510
if ((currentElementProperties &
ElementProperties
.NO_ENTITIES) != 0)
539
else if ((currentElementProperties &
ElementProperties
.HAS_NS) != 0)
864
base.currentElementProperties = (
ElementProperties
)elementPropertySearch.FindCaseInsensitiveString(localName);
866
if (_endBlockPos == base.bufPos && (base.currentElementProperties &
ElementProperties
.BLOCK_WS) != 0)
876
base.currentElementProperties =
ElementProperties
.HAS_NS |
ElementProperties
.BLOCK_WS;
902
if ((currentElementProperties &
ElementProperties
.HEAD) != 0)
908
else if ((base.currentElementProperties &
ElementProperties
.BLOCK_WS) != 0)
923
isBlockWs = (base.currentElementProperties &
ElementProperties
.BLOCK_WS) != 0;
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (111)
54
new HtmlProps("a", (byte)(
ElementProperties
.URI_PARENT)),
55
new HtmlProps("address", (byte)(
ElementProperties
.BLOCK_WS)),
56
new HtmlProps("applet", (byte)(
ElementProperties
.BLOCK_WS)),
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)),
59
new HtmlProps("basefont", (byte)(
ElementProperties
.EMPTY |
ElementProperties
.BLOCK_WS)),
60
new HtmlProps("blockquote", (byte)(
ElementProperties
.URI_PARENT |
ElementProperties
.BLOCK_WS)),
61
new HtmlProps("body", (byte)(
ElementProperties
.BLOCK_WS)),
62
new HtmlProps("br", (byte)(
ElementProperties
.EMPTY)),
63
new HtmlProps("button", (byte)(
ElementProperties
.BOOL_PARENT)),
64
new HtmlProps("caption", (byte)(
ElementProperties
.BLOCK_WS)),
65
new HtmlProps("center", (byte)(
ElementProperties
.BLOCK_WS)),
66
new HtmlProps("col", (byte)(
ElementProperties
.EMPTY |
ElementProperties
.BLOCK_WS)),
67
new HtmlProps("colgroup", (byte)(
ElementProperties
.BLOCK_WS)),
68
new HtmlProps("dd", (byte)(
ElementProperties
.BLOCK_WS)),
69
new HtmlProps("del", (byte)(
ElementProperties
.URI_PARENT |
ElementProperties
.BLOCK_WS)),
70
new HtmlProps("dir", (byte)(
ElementProperties
.BOOL_PARENT |
ElementProperties
.BLOCK_WS)),
71
new HtmlProps("div", (byte)(
ElementProperties
.BLOCK_WS)),
72
new HtmlProps("dl", (byte)(
ElementProperties
.BOOL_PARENT |
ElementProperties
.BLOCK_WS)),
73
new HtmlProps("dt", (byte)(
ElementProperties
.BLOCK_WS)),
74
new HtmlProps("fieldset", (byte)(
ElementProperties
.BLOCK_WS)),
75
new HtmlProps("font", (byte)(
ElementProperties
.BLOCK_WS)),
76
new HtmlProps("form", (byte)(
ElementProperties
.URI_PARENT |
ElementProperties
.BLOCK_WS)),
77
new HtmlProps("frame", (byte)(
ElementProperties
.BOOL_PARENT |
ElementProperties
.EMPTY |
ElementProperties
.BLOCK_WS)),
78
new HtmlProps("frameset", (byte)(
ElementProperties
.BLOCK_WS)),
79
new HtmlProps("h1", (byte)(
ElementProperties
.BLOCK_WS)),
80
new HtmlProps("h2", (byte)(
ElementProperties
.BLOCK_WS)),
81
new HtmlProps("h3", (byte)(
ElementProperties
.BLOCK_WS)),
82
new HtmlProps("h4", (byte)(
ElementProperties
.BLOCK_WS)),
83
new HtmlProps("h5", (byte)(
ElementProperties
.BLOCK_WS)),
84
new HtmlProps("h6", (byte)(
ElementProperties
.BLOCK_WS)),
85
new HtmlProps("head", (byte)(
ElementProperties
.URI_PARENT |
ElementProperties
.BLOCK_WS |
ElementProperties
.HEAD)),
86
new HtmlProps("hr", (byte)(
ElementProperties
.BOOL_PARENT |
ElementProperties
.EMPTY |
ElementProperties
.BLOCK_WS)),
87
new HtmlProps("html", (byte)(
ElementProperties
.BLOCK_WS)),
88
new HtmlProps("iframe", (byte)(
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)),
91
new HtmlProps("ins", (byte)(
ElementProperties
.URI_PARENT |
ElementProperties
.BLOCK_WS)),
92
new HtmlProps("isindex", (byte)(
ElementProperties
.EMPTY |
ElementProperties
.BLOCK_WS)),
93
new HtmlProps("legend", (byte)(
ElementProperties
.BLOCK_WS)),
94
new HtmlProps("li", (byte)(
ElementProperties
.BLOCK_WS)),
95
new HtmlProps("link", (byte)(
ElementProperties
.URI_PARENT |
ElementProperties
.EMPTY |
ElementProperties
.BLOCK_WS)),
96
new HtmlProps("map", (byte)(
ElementProperties
.BLOCK_WS)),
97
new HtmlProps("menu", (byte)(
ElementProperties
.BOOL_PARENT |
ElementProperties
.BLOCK_WS)),
98
new HtmlProps("meta", (byte)(
ElementProperties
.EMPTY |
ElementProperties
.BLOCK_WS)),
99
new HtmlProps("noframes", (byte)(
ElementProperties
.BLOCK_WS)),
100
new HtmlProps("noscript", (byte)(
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)),
105
new HtmlProps("p", (byte)(
ElementProperties
.BLOCK_WS)),
106
new HtmlProps("param", (byte)(
ElementProperties
.EMPTY |
ElementProperties
.BLOCK_WS)),
107
new HtmlProps("pre", (byte)(
ElementProperties
.BLOCK_WS)),
108
new HtmlProps("q", (byte)(
ElementProperties
.URI_PARENT)),
109
new HtmlProps("s", (byte)(
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)),
112
new HtmlProps("strike", (byte)(
ElementProperties
.BLOCK_WS)),
113
new HtmlProps("style", (byte)(
ElementProperties
.NO_ENTITIES |
ElementProperties
.BLOCK_WS)),
114
new HtmlProps("table", (byte)(
ElementProperties
.URI_PARENT |
ElementProperties
.BLOCK_WS)),
115
new HtmlProps("tbody", (byte)(
ElementProperties
.BLOCK_WS)),
116
new HtmlProps("td", (byte)(
ElementProperties
.BOOL_PARENT |
ElementProperties
.BLOCK_WS)),
117
new HtmlProps("textarea", (byte)(
ElementProperties
.BOOL_PARENT)),
118
new HtmlProps("tfoot", (byte)(
ElementProperties
.BLOCK_WS)),
119
new HtmlProps("th", (byte)(
ElementProperties
.BOOL_PARENT |
ElementProperties
.BLOCK_WS)),
120
new HtmlProps("thead", (byte)(
ElementProperties
.BLOCK_WS)),
121
new HtmlProps("title", (byte)(
ElementProperties
.BLOCK_WS)),
122
new HtmlProps("tr", (byte)(
ElementProperties
.BLOCK_WS)),
123
new HtmlProps("ul", (byte)(
ElementProperties
.BOOL_PARENT |
ElementProperties
.BLOCK_WS)),
124
new HtmlProps("xmp", (byte)(
ElementProperties
.BLOCK_WS)),