3 instantiations of ControlBoxMenuItem
System.Windows.Forms (3)
System\Windows\Forms\MDI\MDIControlStrip.cs (3)
30_minimize = new ControlBoxMenuItem(hMenu, PInvoke.SC_MINIMIZE, target); 31_close = new ControlBoxMenuItem(hMenu, PInvoke.SC_CLOSE, target); 32_restore = new ControlBoxMenuItem(hMenu, PInvoke.SC_RESTORE, target);