1 implementation of BeginDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
951
bool ISelectionUIService.
BeginDrag
(SelectionRules rules, int initialX, int initialY)
4 references to BeginDrag
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (1)
2216
if (_tray._selectionUISvc is not null && _tray._selectionUISvc.
BeginDrag
(SelectionRules.Visible | SelectionRules.Moveable, _mouseDragLast.X, _mouseDragLast.Y))
System\Windows\Forms\Design\SelectionUIService.cs (3)
527
if (((ISelectionUIService)this).
BeginDrag
(rules, anchor.X, anchor.Y))
571
if (((ISelectionUIService)this).
BeginDrag
(rules, anchor.X, anchor.Y))
639
if (((ISelectionUIService)this).
BeginDrag
(_dragRules, _mouseDragAnchor.X, _mouseDragAnchor.Y))