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