2 references to DragMoved
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
589
void ISelectionUIHandler.DragMoved(object[] components, Rectangle offset) => DragHandler.
DragMoved
(components, offset);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\SelectionUIHandlerTests.cs (1)
67
_selectionUIHandlerMock.Object.
DragMoved
(components, offset);