7 references to SPACE
System.Xaml (7)
System\Xaml\Parser\XamlText.cs (7)
112_sb.Append(SPACE); 148_sb.Append(SPACE); 157_sb.Append(SPACE); 192return (ch == SPACE || ch == TAB || ch == NEWLINE || ch == RETURN); 239sb.Append(SPACE); 249string result = source.TrimStart(SPACE, TAB, NEWLINE); 255string result = source.TrimEnd(SPACE, TAB, NEWLINE);