public static void SetUnLoadedCondition(DependencyObject obj, ActionCondition value) { obj.SetValue(UnLoadedConditionProperty, value); }