public void UpdateDragOverThumb(UIElement target) { DragAndDropElement elem = this._sourceHelper.DragElement as DragAndDropElement; if (elem != null) { elem.UpdateDragOverThumb(target); } }
public void ResetDragThumb() { DragAndDropElement elem = this._sourceHelper.DragElement as DragAndDropElement; if (elem != null) { elem.ResetDragThumb(); } }