1 instantiation of ConsoleKeyInfo
mscorlib (1)
system\console.cs (1)
1554ConsoleKeyInfo info = new ConsoleKeyInfo((char)ir.keyEvent.uChar, (ConsoleKey) ir.keyEvent.virtualKeyCode, shift, alt, control);
10 references to ConsoleKeyInfo
mscorlib (10)
system\console.cs (3)
1436public static ConsoleKeyInfo ReadKey() 1476public static ConsoleKeyInfo ReadKey(bool intercept) 1554ConsoleKeyInfo info = new ConsoleKeyInfo((char)ir.keyEvent.uChar, (ConsoleKey) ir.keyEvent.virtualKeyCode, shift, alt, control);
system\consolekeyinfo.cs (7)
59if (value is ConsoleKeyInfo) 60return Equals((ConsoleKeyInfo)value); 65public bool Equals(ConsoleKeyInfo obj) 70public static bool operator ==(ConsoleKeyInfo a, ConsoleKeyInfo b) 75public static bool operator !=(ConsoleKeyInfo a, ConsoleKeyInfo b)