Example #1
0
 void IBinderControllable.Register(string key, IControlBindable bindable, DependencyObject affectedPart)
 {
     _controlLogic.Register(key, bindable, affectedPart);
     System.Windows.Input.CommandManager.InvalidateRequerySuggested();
 }
Example #2
0
 void IBinderControllable.Register(string key, IControlBindable bindable, DependencyObject affectedPart)
 => _controlLogic.Register(key, bindable, affectedPart);