1 implementation of BeginDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
553
bool ISelectionUIHandler.
BeginDrag
(object[] components, SelectionRules rules, int initialX, int initialY)
1 reference to BeginDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1031
dragging = primaryHandler.
BeginDrag
(objects, rules, initialX, initialY);