3 instantiations of INPUT
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Input.cs (3)
112
NativeMethods.INPUT mi = new NativeMethods.
INPUT
();
127
NativeMethods.INPUT ki = new NativeMethods.
INPUT
();
153
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();
127
NativeMethods.
INPUT
ki = new NativeMethods.INPUT();
153
NativeMethods.
INPUT
ki = new NativeMethods.INPUT();
MS\Internal\AutomationProxies\Misc.cs (1)
1477
internal static int SendInput(int inputs, ref NativeMethods.
INPUT
ki, int size)
MS\Win32\UnsafeNativeMethods.cs (1)
198
internal static extern int SendInput (int nInputs, ref NativeMethods.
INPUT
ki, int cbSize);