7 references to SPACE
System.Xaml (7)
System\Xaml\Parser\XamlText.cs (7)
111
_sb.Append(
SPACE
);
147
_sb.Append(
SPACE
);
157
_sb.Append(
SPACE
);
195
return (ch ==
SPACE
|| ch == TAB || ch == NEWLINE || ch == RETURN);
243
sb.Append(
SPACE
);
255
string result = source.TrimStart(
SPACE
, TAB, NEWLINE);
261
string result = source.TrimEnd(
SPACE
, TAB, NEWLINE);