4 references to NEWLINE
System.Xaml (4)
System\Xaml\Parser\XamlText.cs (4)
196return (ch == SPACE || ch == TAB || ch == NEWLINE || ch == RETURN); 231if (ch == NEWLINE) 256string result = source.TrimStart(SPACE, TAB, NEWLINE); 262string result = source.TrimEnd(SPACE, TAB, NEWLINE);