1 write to _close
System.Windows.Forms (1)
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
31_close = new ControlBoxMenuItem(hMenu, PInvoke.SC_CLOSE, target);
4 references to _close
System.Windows.Forms (4)
System\Windows\Forms\MDI\MDIControlStrip.cs (4)
45Items.AddRange(_minimize, _restore, _close, _system); 74public ToolStripMenuItem Close => _close; 113_close.SetNativeTargetWindow(_target); 119_close.SetNativeTargetMenu(hmenu);