4 references to WM_SYSCOMMAND
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
514
Misc.PostMessage(_hwnd, NativeMethods.
WM_SYSCOMMAND
, new IntPtr(NativeMethods.SC_TASKLIST), IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2139
Misc.PostMessage(_hwnd, NativeMethods.
WM_SYSCOMMAND
, (IntPtr)NativeMethods.SC_KEYMENU, (IntPtr)Convert.ToInt32(' '));
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
444
Misc.PostMessage(_hwnd, NativeMethods.
WM_SYSCOMMAND
, (IntPtr)NativeMethods.SC_RESTORE, IntPtr.Zero);
458
Misc.PostMessage(_hwnd, NativeMethods.
WM_SYSCOMMAND
, (IntPtr)command, IntPtr.Zero);