1 implementation of Dragging
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
868bool ISelectionUIService.Dragging
7 references to Dragging
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (1)
2120if (_tray._selectionUISvc is not null && _tray._selectionUISvc.Dragging)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1379if (_selectionUIService.Dragging)
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
561if (selectionUISvc.Dragging) 843if (selectionUISvc.Dragging && moveAllowed)
System\Windows\Forms\Design\SelectionUIService.cs (3)
621if (!((ISelectionUIService)this).Dragging && (_mouseDragHitTest & SelectionUIItem.MOVE_MASK) != 0) 724if (((ISelectionUIService)this).Dragging) 852if (((ISelectionUIService)this).Dragging)