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);