1 implementation of IsCurrentlyDragging
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1138
public bool
IsCurrentlyDragging
{
5 references to IsCurrentlyDragging
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
623
bool rootWindowCheck = draggedItem.
IsCurrentlyDragging
;
winforms\Managed\System\WinForms\ToolStripPanel.cs (3)
676
if (draggedControl != null && draggedControl.ToolStripPanelRow != null && !draggedControl.
IsCurrentlyDragging
) {
989
if (draggedControl.
IsCurrentlyDragging
&& !this.DragBounds.Contains(clientLocation)) {
1131
if (changedRow && draggedControl.
IsCurrentlyDragging
) {
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
266
if (DraggedControl.
IsCurrentlyDragging
) {