void EndDrag() { if (_currentDragable != null) { _currentDragable.OnDragEnd(FindDropReceiver(), _pointerDataProvider); } _currentDragable = null; }