public void EndDrag(BaseEventData ed) { PointerEventData pd = ed as PointerEventData; _ctrlService.EndDrag(this, pd); }