4 references to ParentToolStrip
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripOverflow.cs (4)
50if (ParentToolStrip != null) { 51ToolStripItemCollection items = ParentToolStrip.OverflowItems; 126if (ParentToolStrip != null && ParentToolStrip.IsInDesignMode) {