Ejemplo n.º 1
0
 public void Register(string key, IControlBindable bindable, DependencyObject affectedPart)
 {
     BindLogic.Register(key, bindable, affectedPart);
     CommandManager.InvalidateRequerySuggested();
 }
Ejemplo n.º 2
0
 public void Register(string key, IControlBindable bindable, IUIObject affectedPart)
 => BindLogic.Register(key, bindable, affectedPart);