public static void Adorn(this FrameworkElement target, DropAdornerKind adorner) => target.Adorn(DropAdornerFactory.Create(adorner, target));