12 references to CurrentChar
System.Xaml (12)
System\Xaml\Parser\GenericTypeNameScanner.cs (12)
174switch (CurrentChar) 199if (XamlName.IsValidNameStartChar(CurrentChar)) 213_lastChar = CurrentChar; 219if (IsAtEndOfInput || IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket) 226switch (CurrentChar) 253if (XamlName.IsValidQualifiedNameChar(CurrentChar)) 266_lastChar = CurrentChar; 279switch (CurrentChar) 292if (IsWhitespaceChar(CurrentChar)) 304_lastChar = CurrentChar; 390while (!IsAtEndOfInput && IsWhitespaceChar(CurrentChar))