7 references to SPACE
System.Xaml (7)
System\Xaml\Parser\XamlText.cs (7)
111_sb.Append(SPACE); 147_sb.Append(SPACE); 157_sb.Append(SPACE); 195return (ch == SPACE || ch == TAB || ch == NEWLINE || ch == RETURN); 243sb.Append(SPACE); 255string result = source.TrimStart(SPACE, TAB, NEWLINE); 261string result = source.TrimEnd(SPACE, TAB, NEWLINE);