3 instantiations of INPUT
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Input.cs (3)
112
NativeMethods.INPUT mi = new NativeMethods.
INPUT
129
NativeMethods.INPUT ki = new NativeMethods.
INPUT
157
NativeMethods.INPUT ki = new NativeMethods.
INPUT
5 references to INPUT
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\Input.cs (3)
112
NativeMethods.
INPUT
mi = new NativeMethods.INPUT
129
NativeMethods.
INPUT
ki = new NativeMethods.INPUT
157
NativeMethods.
INPUT
ki = new NativeMethods.INPUT
MS\Internal\AutomationProxies\Misc.cs (1)
1463
internal static int SendInput(int inputs, ref NativeMethods.
INPUT
ki, int size)
MS\Win32\UnsafeNativeMethods.cs (1)
194
internal static extern int SendInput (int nInputs, ref NativeMethods.
INPUT
ki, int cbSize);