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