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