1 implementation of IsCurrentlyDragging
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1011public bool IsCurrentlyDragging
6 references to IsCurrentlyDragging
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
591bool rootWindowCheck = draggedItem.IsCurrentlyDragging;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (4)
628&& !draggedControl.IsCurrentlyDragging) 795if (draggedControl.IsCurrentlyDragging && !DragBounds.Contains(clientLocation)) 943if (changedRow && draggedControl.IsCurrentlyDragging) 975if (draggedControl.IsCurrentlyDragging && changedRow && !debugModeOnly_ChangedContainers)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
305if (DraggedControl.IsCurrentlyDragging)