1 implementation of IsCurrentlyDragging
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1009
public bool
IsCurrentlyDragging
5 references to IsCurrentlyDragging
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
575
bool rootWindowCheck = draggedItem.
IsCurrentlyDragging
;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
628
&& !draggedControl.
IsCurrentlyDragging
)
795
if (draggedControl.
IsCurrentlyDragging
&& !DragBounds.Contains(clientLocation))
943
if (changedRow && draggedControl.
IsCurrentlyDragging
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
307
if (DraggedControl.
IsCurrentlyDragging
)