protected override void OnChanged() { DragManager.RegisterDragSource(AssociatedObject, OnDragInitialize, OnDropComplete, null, null, null); }