2 instantiations of INPUT
UIAutomationClient (2)
MS\Internal\Automation\Input.cs (2)
56UnsafeNativeMethods.INPUT ki = new UnsafeNativeMethods.INPUT(); 82UnsafeNativeMethods.INPUT ki = new UnsafeNativeMethods.INPUT();
4 references to INPUT
UIAutomationClient (4)
MS\Internal\Automation\Input.cs (2)
56UnsafeNativeMethods.INPUT ki = new UnsafeNativeMethods.INPUT(); 82UnsafeNativeMethods.INPUT ki = new UnsafeNativeMethods.INPUT();
MS\Internal\Automation\Misc.cs (1)
606internal static int SendInput(int nInputs, ref UnsafeNativeMethods.INPUT mi, int cbSize)
MS\Win32\UnsafeNativeMethods.cs (1)
108public static extern int SendInput( int nInputs, ref INPUT mi, int cbSize );