7 references to IsInToolStripPanel
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStrip.cs (6)
263
if (
IsInToolStripPanel
&& base.AutoSize && !value) {
702
if (
IsInToolStripPanel
) {
722
if (
IsInToolStripPanel
&& ParentInternal != null) {
1382
if (
IsInToolStripPanel
) {
2791
if (!IsCurrentlyDragging && !IsLocationChanging &&
IsInToolStripPanel
)
4642
if (!
IsInToolStripPanel
&& layoutStyle != ToolStripLayoutStyle.HorizontalStackWithOverflow && layoutStyle != ToolStripLayoutStyle.VerticalStackWithOverflow) {
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (1)
399
if (toolStrip.AutoSize && (!toolStrip.
IsInToolStripPanel
&& (dock == DockStyle.Left) || (dock == DockStyle.Right))) {