5 references to SC_RESTORE
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
2997
PInvoke.EnableMenuItem(hmenu, PInvoke.
SC_RESTORE
, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_GRAYED);
3001
PInvoke.EnableMenuItem(hmenu, PInvoke.
SC_RESTORE
, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_ENABLED);
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
32
_restore = new ControlBoxMenuItem(hMenu, PInvoke.
SC_RESTORE
, target);
System.Windows.Forms.Tests (2)
System\Windows\Forms\FormTests.cs (1)
1000
PInvokeCore.SendMessage(form, PInvokeCore.WM_SYSCOMMAND, (WPARAM)PInvoke.
SC_RESTORE
);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
105
yield return new object[] { PInvoke.
SC_RESTORE
};