5 references to SC_RESTORE
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
2997PInvoke.EnableMenuItem(hmenu, PInvoke.SC_RESTORE, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_GRAYED); 3001PInvoke.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)
1000PInvokeCore.SendMessage(form, PInvokeCore.WM_SYSCOMMAND, (WPARAM)PInvoke.SC_RESTORE);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
105yield return new object[] { PInvoke.SC_RESTORE };