3 references to ProxySendMessage
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (1)
1307
IntPtr result =
ProxySendMessage
(hwnd, msg, wParam, lParam, ignoreTimeout);
MS\Internal\AutomationProxies\WindowsButton.cs (2)
517
Misc.
ProxySendMessage
(_hwnd, NativeMethods.BM_SETSTATE, new IntPtr(1), IntPtr.Zero, true);
524
Misc.
ProxySendMessage
(_hwnd, NativeMethods.BM_CLICK, IntPtr.Zero, IntPtr.Zero, true);