7 references to IsInToolStripPanel
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (6)
196
if (
IsInToolStripPanel
&& base.AutoSize && !value)
577
if (
IsInToolStripPanel
)
599
if (
IsInToolStripPanel
&& ParentInternal is not null)
1234
if (
IsInToolStripPanel
)
2604
if (!IsCurrentlyDragging && !IsLocationChanging &&
IsInToolStripPanel
)
4521
if (!
IsInToolStripPanel
&& _layoutStyle != ToolStripLayoutStyle.HorizontalStackWithOverflow && _layoutStyle != ToolStripLayoutStyle.VerticalStackWithOverflow)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (1)
367
bool IsNotInToolStripPanelWithLeftDockstyle = !toolStrip.
IsInToolStripPanel
&& dock == DockStyle.Left;