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