3 instantiations of INPUT
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Input.cs (3)
119
NativeMethods.INPUT mi = new NativeMethods.
INPUT
();
134
NativeMethods.INPUT ki = new NativeMethods.
INPUT
();
160
NativeMethods.INPUT ki = new NativeMethods.
INPUT
();
5 references to INPUT
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\Input.cs (3)
119
NativeMethods.
INPUT
mi = new NativeMethods.INPUT();
134
NativeMethods.
INPUT
ki = new NativeMethods.INPUT();
160
NativeMethods.
INPUT
ki = new NativeMethods.INPUT();
MS\Internal\AutomationProxies\Misc.cs (1)
1488
internal static int SendInput(int inputs, ref NativeMethods.
INPUT
ki, int size)
MS\Win32\UnsafeNativeMethods.cs (1)
208
internal static extern int SendInput (int nInputs, ref NativeMethods.
INPUT
ki, int cbSize);