5 references to SC_CLOSE
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (3)
2988
PInvoke.EnableMenuItem(hmenu, PInvoke.
SC_CLOSE
, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_GRAYED);
2992
PInvoke.EnableMenuItem(hmenu, PInvoke.
SC_CLOSE
, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_ENABLED);
7057
case PInvoke.
SC_CLOSE
:
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
31
_close = new ControlBoxMenuItem(hMenu, PInvoke.
SC_CLOSE
, target);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
104
yield return new object[] { PInvoke.
SC_CLOSE
};