1 implementation of Dragging
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
874bool ISelectionUIService.Dragging
7 references to Dragging
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (1)
2138if (_tray._selectionUISvc is not null && _tray._selectionUISvc.Dragging)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1364if (_selectionUIService.Dragging)
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
561if (selectionUISvc.Dragging) 843if (selectionUISvc.Dragging && moveAllowed)
System\Windows\Forms\Design\SelectionUIService.cs (3)
627if (!((ISelectionUIService)this).Dragging && (_mouseDragHitTest & SelectionUIItem.MOVE_MASK) != 0) 730if (((ISelectionUIService)this).Dragging) 858if (((ISelectionUIService)this).Dragging)