3 instantiations of INPUT
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Input.cs (3)
109
NativeMethods.INPUT mi = new NativeMethods.
INPUT
126
NativeMethods.INPUT ki = new NativeMethods.
INPUT
154
NativeMethods.INPUT ki = new NativeMethods.
INPUT
5 references to INPUT
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\Input.cs (3)
109
NativeMethods.
INPUT
mi = new NativeMethods.INPUT
126
NativeMethods.
INPUT
ki = new NativeMethods.INPUT
154
NativeMethods.
INPUT
ki = new NativeMethods.INPUT
MS\Internal\AutomationProxies\Misc.cs (1)
1462
internal static int SendInput(int inputs, ref NativeMethods.
INPUT
ki, int size)
MS\Win32\UnsafeNativeMethods.cs (1)
193
internal static extern int SendInput (int nInputs, ref NativeMethods.
INPUT
ki, int cbSize);