コード例 #1
0
ファイル: UserControl.cs プロジェクト: Tauron1990/Fun
 void IBinderControllable.Register(string key, IControlBindable bindable, DependencyObject affectedPart)
 {
     _controlLogic.Register(key, bindable, affectedPart);
     System.Windows.Input.CommandManager.InvalidateRequerySuggested();
 }
コード例 #2
0
 void IBinderControllable.Register(string key, IControlBindable bindable, DependencyObject affectedPart)
 => _controlLogic.Register(key, bindable, affectedPart);