1 instantiation of MINMAXINFO
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
802
UnsafeNativeMethods.MINMAXINFO minMaxInfo = new UnsafeNativeMethods.
MINMAXINFO
();
3 references to MINMAXINFO
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
802
UnsafeNativeMethods.
MINMAXINFO
minMaxInfo = new UnsafeNativeMethods.MINMAXINFO();
MS\Internal\Automation\Misc.cs (1)
636
internal static IntPtr SendMessageTimeout(NativeMethods.HWND hwnd, int Msg, IntPtr wParam, ref UnsafeNativeMethods.
MINMAXINFO
lParam)
MS\Win32\UnsafeNativeMethods.cs (1)
208
NativeMethods.HWND hwnd, int Msg, IntPtr wParam, ref
MINMAXINFO
lParam, int flags, int uTimeout, out IntPtr pResult );