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