5 references to KeyFormatToConsoleKey
System.Console (5)
System\IO\KeyParser.cs (1)
66terminalFormatStrings.KeyFormatToConsoleKey.GetAlternateLookup<ReadOnlySpan<char>>();
System\TerminalFormatStrings.cs (4)
161if (KeyFormatToConsoleKey.Count > 0) 166foreach (KeyValuePair<string, ConsoleKeyInfo> entry in KeyFormatToConsoleKey) 233KeyFormatToConsoleKey[keyFormat] = new ConsoleKeyInfo(key == ConsoleKey.Enter ? '\r' : '\0', key, shift, alt, control); 252KeyFormatToConsoleKey[keyFormat] = new ConsoleKeyInfo('\0', key, shift, alt, control);