4 references to IsWhitespaceChar
System.Xaml (4)
System\Xaml\Parser\GenericTypeNameScanner.cs (4)
133if (!IsWhitespaceChar(subscript[pos])) 211if(IsAtEndOfInput || IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket) 282if (IsWhitespaceChar(CurrentChar)) 376while (!IsAtEndOfInput && IsWhitespaceChar(CurrentChar))