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