3 references to SendInput
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Input.cs (2)
127
if( UnsafeNativeMethods.
SendInput
( 1, ref mi, Marshal.SizeOf(mi) ) == 0 )
150
if( UnsafeNativeMethods.
SendInput
( 1, ref ki, Marshal.SizeOf(ki) ) == 0 )
MS\Internal\AutomationProxies\Misc.cs (1)
1490
int eventCount = UnsafeNativeMethods.
SendInput
(inputs, ref ki, size);