4 references to IsWhitespaceChar
System.Xaml (4)
System\Xaml\Parser\GenericTypeNameScanner.cs (4)
137if (!IsWhitespaceChar(subscript[pos])) 220if(IsAtEndOfInput || IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket) 293if (IsWhitespaceChar(CurrentChar)) 391while (!IsAtEndOfInput && IsWhitespaceChar(CurrentChar))