7 references to SPACE
System.Xaml (7)
System\Xaml\Parser\XamlText.cs (7)
110_sb.Append(SPACE); 146_sb.Append(SPACE); 155_sb.Append(SPACE); 190return (ch == SPACE || ch == TAB || ch == NEWLINE || ch == RETURN); 237sb.Append(SPACE); 247string result = source.TrimStart(SPACE, TAB, NEWLINE); 253string result = source.TrimEnd(SPACE, TAB, NEWLINE);