69 references to BLOCK_WS
dotnet-svcutil-lib (69)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (4)
870if (_endBlockPos == base.bufPos && (base.currentElementProperties & ElementProperties.BLOCK_WS) != 0) 880base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.BLOCK_WS; 912else if ((base.currentElementProperties & ElementProperties.BLOCK_WS) != 0) 927isBlockWs = (base.currentElementProperties & ElementProperties.BLOCK_WS) != 0;
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (4)
866if (_endBlockPos == base.bufPos && (base.currentElementProperties & ElementProperties.BLOCK_WS) != 0) 876base.currentElementProperties = ElementProperties.HAS_NS | ElementProperties.BLOCK_WS; 908else if ((base.currentElementProperties & ElementProperties.BLOCK_WS) != 0) 923isBlockWs = (base.currentElementProperties & ElementProperties.BLOCK_WS) != 0;
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (61)
55new HtmlProps("address", (byte)(ElementProperties.BLOCK_WS)), 56new HtmlProps("applet", (byte)(ElementProperties.BLOCK_WS)), 57new HtmlProps("area", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.URI_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 58new HtmlProps("base", (byte)(ElementProperties.URI_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 59new HtmlProps("basefont", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 60new HtmlProps("blockquote", (byte)(ElementProperties.URI_PARENT | ElementProperties.BLOCK_WS)), 61new HtmlProps("body", (byte)(ElementProperties.BLOCK_WS)), 64new HtmlProps("caption", (byte)(ElementProperties.BLOCK_WS)), 65new HtmlProps("center", (byte)(ElementProperties.BLOCK_WS)), 66new HtmlProps("col", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 67new HtmlProps("colgroup", (byte)(ElementProperties.BLOCK_WS)), 68new HtmlProps("dd", (byte)(ElementProperties.BLOCK_WS)), 69new HtmlProps("del", (byte)(ElementProperties.URI_PARENT | ElementProperties.BLOCK_WS)), 70new HtmlProps("dir", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 71new HtmlProps("div", (byte)(ElementProperties.BLOCK_WS)), 72new HtmlProps("dl", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 73new HtmlProps("dt", (byte)(ElementProperties.BLOCK_WS)), 74new HtmlProps("fieldset", (byte)(ElementProperties.BLOCK_WS)), 75new HtmlProps("font", (byte)(ElementProperties.BLOCK_WS)), 76new HtmlProps("form", (byte)(ElementProperties.URI_PARENT | ElementProperties.BLOCK_WS)), 77new HtmlProps("frame", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 78new HtmlProps("frameset", (byte)(ElementProperties.BLOCK_WS)), 79new HtmlProps("h1", (byte)(ElementProperties.BLOCK_WS)), 80new HtmlProps("h2", (byte)(ElementProperties.BLOCK_WS)), 81new HtmlProps("h3", (byte)(ElementProperties.BLOCK_WS)), 82new HtmlProps("h4", (byte)(ElementProperties.BLOCK_WS)), 83new HtmlProps("h5", (byte)(ElementProperties.BLOCK_WS)), 84new HtmlProps("h6", (byte)(ElementProperties.BLOCK_WS)), 85new HtmlProps("head", (byte)(ElementProperties.URI_PARENT | ElementProperties.BLOCK_WS | ElementProperties.HEAD)), 86new HtmlProps("hr", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 87new HtmlProps("html", (byte)(ElementProperties.BLOCK_WS)), 88new HtmlProps("iframe", (byte)(ElementProperties.BLOCK_WS)), 91new HtmlProps("ins", (byte)(ElementProperties.URI_PARENT | ElementProperties.BLOCK_WS)), 92new HtmlProps("isindex", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 93new HtmlProps("legend", (byte)(ElementProperties.BLOCK_WS)), 94new HtmlProps("li", (byte)(ElementProperties.BLOCK_WS)), 95new HtmlProps("link", (byte)(ElementProperties.URI_PARENT | ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 96new HtmlProps("map", (byte)(ElementProperties.BLOCK_WS)), 97new HtmlProps("menu", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 98new HtmlProps("meta", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 99new HtmlProps("noframes", (byte)(ElementProperties.BLOCK_WS)), 100new HtmlProps("noscript", (byte)(ElementProperties.BLOCK_WS)), 102new HtmlProps("ol", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 103new HtmlProps("optgroup", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 104new HtmlProps("option", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 105new HtmlProps("p", (byte)(ElementProperties.BLOCK_WS)), 106new HtmlProps("param", (byte)(ElementProperties.EMPTY | ElementProperties.BLOCK_WS)), 107new HtmlProps("pre", (byte)(ElementProperties.BLOCK_WS)), 109new HtmlProps("s", (byte)(ElementProperties.BLOCK_WS)), 112new HtmlProps("strike", (byte)(ElementProperties.BLOCK_WS)), 113new HtmlProps("style", (byte)(ElementProperties.NO_ENTITIES | ElementProperties.BLOCK_WS)), 114new HtmlProps("table", (byte)(ElementProperties.URI_PARENT | ElementProperties.BLOCK_WS)), 115new HtmlProps("tbody", (byte)(ElementProperties.BLOCK_WS)), 116new HtmlProps("td", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 118new HtmlProps("tfoot", (byte)(ElementProperties.BLOCK_WS)), 119new HtmlProps("th", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 120new HtmlProps("thead", (byte)(ElementProperties.BLOCK_WS)), 121new HtmlProps("title", (byte)(ElementProperties.BLOCK_WS)), 122new HtmlProps("tr", (byte)(ElementProperties.BLOCK_WS)), 123new HtmlProps("ul", (byte)(ElementProperties.BOOL_PARENT | ElementProperties.BLOCK_WS)), 124new HtmlProps("xmp", (byte)(ElementProperties.BLOCK_WS)),