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