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