public static void SetActivatable(this FrameworkElement element, ActivatableType value) { element.SetValue(ActivatableProperty, value); }