public void Register(string key, IControlBindable bindable, DependencyObject affectedPart) { BindLogic.Register(key, bindable, affectedPart); CommandManager.InvalidateRequerySuggested(); }
public void Register(string key, IControlBindable bindable, IUIObject affectedPart) => BindLogic.Register(key, bindable, affectedPart);