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