protected virtual new void OnTextBindingChanged(System.Windows.Data.BindingBase oldBinding, System.Windows.Data.BindingBase newBinding)
 {
 }
Beispiel #2
0
 public System.Windows.Data.BindingExpressionBase SetBinding(DependencyProperty dp, System.Windows.Data.BindingBase binding)
 {
     return(default(System.Windows.Data.BindingExpressionBase));
 }
 public MultiBinding(BB b1, BB b2, BB b3, BB b4, BB b5, BB b6, BB b7, BB b8) : this(new BB[] { b1, b2, b3, b4, b5, b6, b7, b8 })
 {
 }
 public Condition(System.Windows.Data.BindingBase binding, Object conditionValue)
 {
 }
 public MultiBinding(BB b1, BB b2, BB b3, BB b4) : this(new BB[] { b1, b2, b3, b4 })
 {
 }
 public MultiBinding(BB b1, BB b2, BB b3, BB b4, BB b5, BB b6) : this(new BB[] { b1, b2, b3, b4, b5, b6 })
 {
 }
 public MultiBinding(BB b1, BB b2) : this(new BB[] { b1, b2 })
 {
 }
 public MultiBinding(BB b1, BB b2, BB b3) : this(new BB[] { b1, b2, b3 })
 {
 }
Beispiel #9
0
 public static TElement Bind <TElement>(this TElement control, DependencyProperty dependency, System.Windows.Data.BindingBase binding) where TElement : FrameworkElement
 {
     control.SetBinding(dependency, binding);
     return(control);
 }
Beispiel #10
0
 public MultiBinding(BB b1) : this(new BB[] { b1 })
 {
 }
Beispiel #11
0
 abstract public bool CanWorkWithBinding(System.Windows.Data.BindingBase binding);
Beispiel #12
0
 virtual public void Initialize(object element, PropertyWrapper property, System.Windows.Data.BindingBase binding)
 {
     this.element  = element;
     this.property = property;
 }
 internal TDependencyObject SetBinding(System.Windows.Data.BindingBase binding) { BindingOperations.SetBinding(Target.UI, UI, binding); return Target; }
Beispiel #14
0
 public System.Windows.Data.BindingExpressionBase SetBinding(System.Windows.DependencyProperty dp, System.Windows.Data.BindingBase binding)
 {
     return(inter.SetBinding(dp, binding));
 }
Beispiel #15
0
 public void SetBinding(DependencyProperty dp, System.Windows.Data.BindingBase binding)
 {
 }