4 references to NEWLINE
System.Xaml (4)
System\Xaml\Parser\XamlText.cs (4)
192
return (ch == SPACE || ch == TAB || ch ==
NEWLINE
|| ch == RETURN);
227
if (ch ==
NEWLINE
)
249
string result = source.TrimStart(SPACE, TAB,
NEWLINE
);
255
string result = source.TrimEnd(SPACE, TAB,
NEWLINE
);