1 implementation of IsCurrentlyDragging
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1013
public bool
IsCurrentlyDragging
7 references to IsCurrentlyDragging
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
591
bool rootWindowCheck = draggedItem.
IsCurrentlyDragging
;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (5)
628
&& !draggedControl.
IsCurrentlyDragging
)
803
if (draggedControl.
IsCurrentlyDragging
&& !DragBounds.Contains(clientLocation))
951
if (changedRow && draggedControl.
IsCurrentlyDragging
)
983
if (draggedControl.
IsCurrentlyDragging
&& changedRow && !debugModeOnly_ChangedContainers)
1005
if (draggedControl.
IsCurrentlyDragging
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
305
if (DraggedControl.
IsCurrentlyDragging
)