7 references to SPACE
System.Xaml (7)
System\Xaml\Parser\XamlText.cs (7)
112
_sb.Append(
SPACE
);
148
_sb.Append(
SPACE
);
158
_sb.Append(
SPACE
);
196
return (ch ==
SPACE
|| ch == TAB || ch == NEWLINE || ch == RETURN);
244
sb.Append(
SPACE
);
256
string result = source.TrimStart(
SPACE
, TAB, NEWLINE);
262
string result = source.TrimEnd(
SPACE
, TAB, NEWLINE);