69 references to BLOCK_WS
dotnet-svcutil-lib (69)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (4)
870
if (_endBlockPos == base.bufPos && (base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0)
880
base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.
BLOCK_WS
;
912
else if ((base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0)
927
isBlockWs = (base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0;
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (4)
866
if (_endBlockPos == base.bufPos && (base.currentElementProperties & ElementProperties.
BLOCK_WS
) != 0)
876
base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.
BLOCK_WS
;
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 (61)
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
)),
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
)),
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
)),
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
)),
109
new HtmlProps("s", (byte)(ElementProperties.
BLOCK_WS
)),
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
)),
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
)),