1 instantiation of SystemMenuItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
45
system = new
SystemMenuItem
();
5 references to SystemMenuItem
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MenuStrip.cs (2)
193
if (nextItem is MdiControlStrip.
SystemMenuItem
&& AccessibilityImprovements.Level2) {
224
if (DisplayedItems[0] is MdiControlStrip.
SystemMenuItem
) {
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
498
if (item is MdiControlStrip.
SystemMenuItem
) {
winforms\Managed\System\WinForms\ToolStripRenderEventArgs.cs (1)
107
if (ownerItem is MdiControlStrip.
SystemMenuItem
) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
367
if (item is MdiControlStrip.
SystemMenuItem
) {