12 references to IsWhiteSpaceString
System.Web (12)
UI\CollectionBuilder.cs (1)
123
if (!Util.
IsWhiteSpaceString
(s)) {
UI\ControlBuilder.cs (2)
852
if (Util.
IsWhiteSpaceString
(entry.Expression)) {
1253
if ((AllowWhitespaceLiterals() == false) && Util.
IsWhiteSpaceString
(s))
UI\Page.cs (1)
81
if (!Util.
IsWhiteSpaceString
(text)) {
UI\PageTheme.cs (1)
27
if (!Util.
IsWhiteSpaceString
(s)) {
UI\SimpleWebHandlerParser.cs (1)
253
if (!Util.
IsWhiteSpaceString
(remainingText))
UI\TemplateParser.cs (2)
1315
if (Util.
IsWhiteSpaceString
(literal))
2548
if (!IgnoreParseErrors && Util.
IsWhiteSpaceString
(code)) {
UI\Util.cs (2)
1085
if (
IsWhiteSpaceString
(chunks[chunkCount-1])) {
1094
if (
IsWhiteSpaceString
(chunks[i])) {
UI\WebControls\Literal.cs (1)
24
if (Util.
IsWhiteSpaceString
(s)) {
UI\WebControls\xml.cs (1)
46
if (!Util.
IsWhiteSpaceString
(text)) {