5 references to SC_CLOSE
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (3)
2988PInvoke.EnableMenuItem(hmenu, PInvoke.SC_CLOSE, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_GRAYED); 2992PInvoke.EnableMenuItem(hmenu, PInvoke.SC_CLOSE, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_ENABLED); 7057case 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)
104yield return new object[] { PInvoke.SC_CLOSE };