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