2 references to IsTopLevel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1064
else if (!this.
IsTopLevel
|| (ToolStripManager.VisualStylesEnabled)) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
375
if (item.
IsTopLevel
&& !ToolStripManager.VisualStylesEnabled) {