1 implementation of Dragging
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
874
bool ISelectionUIService.
Dragging
7 references to Dragging
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (1)
2138
if (_tray._selectionUISvc is not null && _tray._selectionUISvc.
Dragging
)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1364
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)
627
if (!((ISelectionUIService)this).
Dragging
&& (_mouseDragHitTest & SelectionUIItem.MOVE_MASK) != 0)
730
if (((ISelectionUIService)this).
Dragging
)
858
if (((ISelectionUIService)this).
Dragging
)