public static void SetDragController(DependencyObject obj, DragController value) { obj.SetValue(DragControllerProperty, value); }