1 instantiation of MdiControlStrip
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6260
MdiControlStrip = new
MdiControlStrip
(ActiveMdiChildInternal);
9 references to MdiControlStrip
System.Windows.Forms (9)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (2)
157
if (nextItem is
MdiControlStrip
.SystemMenuItem)
208
if (DisplayedItems[0] is
MdiControlStrip
.SystemMenuItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
1079
=> toolStrip is
MdiControlStrip
or MdiWindowListStrip;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
553
if (item is
MdiControlStrip
.SystemMenuItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
100
if (ownerItem is
MdiControlStrip
.SystemMenuItem)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (1)
414
if (item is
MdiControlStrip
.SystemMenuItem)
System\Windows\Forms\Form.cs (3)
1532
private
MdiControlStrip
? MdiControlStrip
1534
get => Properties.GetValueOrDefault<
MdiControlStrip
>(s_propMdiControlStrip);
6220
MdiControlStrip
? mdiControlStrip = MdiControlStrip;