示例#1
0
 private static void SetBehavior(DependencyObject d, CommandBehaviorBinding value)
 {
     d.SetValue(_behaviorProperty, value);
 }