3 references to SendInput
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Input.cs (2)
122
if( UnsafeNativeMethods.
SendInput
( 1, ref mi, Marshal.SizeOf(mi) ) == 0 )
147
if( UnsafeNativeMethods.
SendInput
( 1, ref ki, Marshal.SizeOf(ki) ) == 0 )
MS\Internal\AutomationProxies\Misc.cs (1)
1465
int eventCount = UnsafeNativeMethods.
SendInput
(inputs, ref ki, size);