7 references to SPACE
System.Xaml (7)
System\Xaml\Parser\XamlText.cs (7)
110
_sb.Append(
SPACE
);
146
_sb.Append(
SPACE
);
155
_sb.Append(
SPACE
);
190
return (ch ==
SPACE
|| ch == TAB || ch == NEWLINE || ch == RETURN);
237
sb.Append(
SPACE
);
247
string result = source.TrimStart(
SPACE
, TAB, NEWLINE);
253
string result = source.TrimEnd(
SPACE
, TAB, NEWLINE);