2 references to SendMessageTimeout
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
596
IntPtr ret = UnsafeNativeMethods.
SendMessageTimeout
(_hwnd, UnsafeNativeMethods.WM_NULL, IntPtr.Zero, IntPtr.Zero, UnsafeNativeMethods.SMTO_ABORTIFHUNG, 0, out dwResult);
MS\Internal\Automation\Misc.cs (1)
625
IntPtr smtoRetVal = UnsafeNativeMethods.
SendMessageTimeout
(hwnd, Msg, wParam, lParam, 0, 10000, out lresult);