4 references to ParentToolStrip
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.cs (4)
24
if (
ParentToolStrip
is not null)
26
ToolStripItemCollection items =
ParentToolStrip
.OverflowItems;
101
if (
ParentToolStrip
is not null &&
ParentToolStrip
.IsInDesignMode)