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