7 references to IsInToolStripPanel
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (6)
195if (IsInToolStripPanel && base.AutoSize && !value) 575if (IsInToolStripPanel) 597if (IsInToolStripPanel && ParentInternal is not null) 1232if (IsInToolStripPanel) 2602if (!IsCurrentlyDragging && !IsLocationChanging && IsInToolStripPanel) 4522if (!IsInToolStripPanel && _layoutStyle != ToolStripLayoutStyle.HorizontalStackWithOverflow && _layoutStyle != ToolStripLayoutStyle.VerticalStackWithOverflow)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (1)
367bool IsNotInToolStripPanelWithLeftDockstyle = !toolStrip.IsInToolStripPanel && dock == DockStyle.Left;