1 implementation of EndDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1104
void ISelectionUIService.
EndDrag
(bool cancel)
5 references to EndDrag
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (1)
2140
_tray._selectionUISvc.
EndDrag
(cancel);
System\Windows\Forms\Design\ControlDesigner.cs (1)
1366
_selectionUIService.
EndDrag
(cancel);
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
564
selectionUISvc.
EndDrag
(!isLocalMove);
System\Windows\Forms\Design\SelectionUIService.cs (2)
732
((ISelectionUIService)this).
EndDrag
(false);
860
((ISelectionUIService)this).
EndDrag
(true);