1 override of BeginDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2817
public override bool
BeginDrag
(object[] components, SelectionRules rules, int initialX, int initialY)
2 references to BeginDrag
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
560
bool result = DragHandler.
BeginDrag
(components, rules, initialX, initialY);
2819
bool value = base.
BeginDrag
(components, rules, initialX, initialY);