4 references to NEWLINE
System.Xaml (4)
System\Xaml\Parser\XamlText.cs (4)
190return (ch == SPACE || ch == TAB || ch == NEWLINE || ch == RETURN); 225if (ch == NEWLINE) 247string result = source.TrimStart(SPACE, TAB, NEWLINE); 253string result = source.TrimEnd(SPACE, TAB, NEWLINE);