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