Implemented interface member:
property
IsCurrentlyDragging
System.Windows.Forms.ISupportToolStripPanel.IsCurrentlyDragging
24 references to IsCurrentlyDragging
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
2602
if (!
IsCurrentlyDragging
&& !IsLocationChanging && IsInToolStripPanel)
2625
if (
IsCurrentlyDragging
)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3125
if (Owner is not null && Owner.
IsCurrentlyDragging
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
418
if (toolStripToDrag.
IsCurrentlyDragging
832
if (toolStripToDrag.
IsCurrentlyDragging
)
997
if (draggedControl.
IsCurrentlyDragging
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
388
&& !_wrappedToolStrip.
IsCurrentlyDragging
System.Windows.Forms.Tests (17)
System\Windows\Forms\MenuStripTests.cs (1)
96
Assert.False(control.
IsCurrentlyDragging
);
System\Windows\Forms\StatusStripTests.cs (1)
96
Assert.False(control.
IsCurrentlyDragging
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
102
Assert.False(control.
IsCurrentlyDragging
);
System\Windows\Forms\ToolStripTests.cs (14)
114
Assert.False(control.
IsCurrentlyDragging
);
268
Assert.False(control.
IsCurrentlyDragging
);
4974
Assert.True(control.
IsCurrentlyDragging
);
4981
Assert.True(control.
IsCurrentlyDragging
);
5010
Assert.True(control.
IsCurrentlyDragging
);
5020
Assert.True(control.
IsCurrentlyDragging
);
5123
Assert.False(control.
IsCurrentlyDragging
);
5130
Assert.False(control.
IsCurrentlyDragging
);
5152
Assert.False(control.
IsCurrentlyDragging
);
5159
Assert.False(control.
IsCurrentlyDragging
);
5188
Assert.False(control.
IsCurrentlyDragging
);
5198
Assert.False(control.
IsCurrentlyDragging
);
5231
Assert.False(control.
IsCurrentlyDragging
);
5241
Assert.False(control.
IsCurrentlyDragging
);