1 implementation of EndDrag
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
1104void 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)
564selectionUISvc.EndDrag(!isLocalMove);
System\Windows\Forms\Design\SelectionUIService.cs (2)
732((ISelectionUIService)this).EndDrag(false); 860((ISelectionUIService)this).EndDrag(true);