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