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