3 references to PostMessage
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
361
if (!Misc.
PostMessage
(_hwnd, UnsafeNativeMethods.WM_SYSCOMMAND, (IntPtr)UnsafeNativeMethods.SC_MINIMIZE, IntPtr.Zero))
382
if (!Misc.
PostMessage
(_hwnd, UnsafeNativeMethods.WM_SYSCOMMAND, (IntPtr)UnsafeNativeMethods.SC_MAXIMIZE, IntPtr.Zero))
404
if (!Misc.
PostMessage
(_hwnd, UnsafeNativeMethods.WM_SYSCOMMAND, (IntPtr)UnsafeNativeMethods.SC_CLOSE, IntPtr.Zero))