1 implementation of BeginDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
553bool 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)
1031dragging = primaryHandler.BeginDrag(objects, rules, initialX, initialY);