1 implementation of EndDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1095void ISelectionUIService.EndDrag(bool cancel)
5 references to EndDrag
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (1)
2122_tray._selectionUISvc.EndDrag(cancel);
System\Windows\Forms\Design\ControlDesigner.cs (1)
1381_selectionUIService.EndDrag(cancel);
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
564selectionUISvc.EndDrag(!isLocalMove);
System\Windows\Forms\Design\SelectionUIService.cs (2)
726((ISelectionUIService)this).EndDrag(false); 854((ISelectionUIService)this).EndDrag(true);