5 references to SendMessageTimeout
UIAutomationClient (5)
MS\Internal\Automation\FocusTracker.cs (1)
302
IntPtr i = Misc.
SendMessageTimeout
(NativeMethods.HWND.Cast(hwnd), UnsafeNativeMethods.LB_GETCURSEL, IntPtr.Zero, IntPtr.Zero);
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
133
IntPtr len = Misc.
SendMessageTimeout
( _hwnd, UnsafeNativeMethods.WM_GETTEXTLENGTH, IntPtr.Zero, IntPtr.Zero );
1828
IntPtr lr = Misc.
SendMessageTimeout
( hChild, UnsafeNativeMethods.WM_NCHITTEST, IntPtr.Zero, MAKELPARAM( (int)x, (int)y ) );
2009
IntPtr lresult = Misc.
SendMessageTimeout
(parent, UnsafeNativeMethods.WM_MDIACTIVATE, (IntPtr)hwnd, IntPtr.Zero);
MS\Internal\Automation\ProxyManager.cs (1)
809
IntPtr result = Misc.
SendMessageTimeout
(hwnd, UnsafeNativeMethods.WM_GETOBJECT, IntPtr.Zero, (IntPtr)OBJID_QUERYCLASSNAMEIDX);