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