1 instantiation of InputRecord
mscorlib (1)
system\console.cs (1)
1570
Win32Native.InputRecord ir = new Win32Native.
InputRecord
();
8 references to InputRecord
mscorlib (8)
microsoft\win32\win32native.cs (2)
1721
internal static extern bool ReadConsoleInput(IntPtr hConsoleInput, out
InputRecord
buffer, int numInputRecords_UseOne, out int numEventsRead);
1725
internal static extern bool PeekConsoleInput(IntPtr hConsoleInput, out
InputRecord
buffer, int numInputRecords_UseOne, out int numEventsRead);
system\console.cs (6)
87
private static Win32Native.
InputRecord
_cachedInputRecord;
1447
private static bool IsAltKeyDown(Win32Native.
InputRecord
ir) {
1458
private static bool IsKeyDownEvent(Win32Native.
InputRecord
ir) {
1463
private static bool IsModKey(Win32Native.
InputRecord
ir) {
1478
Win32Native.
InputRecord
ir;
1570
Win32Native.
InputRecord
ir = new Win32Native.InputRecord();