7 references to SPACE
System.Xaml (7)
System\Xaml\Parser\XamlText.cs (7)
112
_sb.Append(
SPACE
);
148
_sb.Append(
SPACE
);
157
_sb.Append(
SPACE
);
192
return (ch ==
SPACE
|| ch == TAB || ch == NEWLINE || ch == RETURN);
239
sb.Append(
SPACE
);
249
string result = source.TrimStart(
SPACE
, TAB, NEWLINE);
255
string result = source.TrimEnd(
SPACE
, TAB, NEWLINE);