4 references to AttentiveBindingExpressions
PresentationFramework (4)
System\Windows\Data\PriorityBindingExpression.cs (4)
226if (target != null && 0 <= index && index < AttentiveBindingExpressions) 276WeakDependencySource[] combinedSources = CombineSources(index, MutableBindingExpressions, AttentiveBindingExpressions, newSources); 541WeakDependencySource[] newSources = CombineSources(-1, MutableBindingExpressions, AttentiveBindingExpressions, null); 570for (int i=0; i<AttentiveBindingExpressions; ++i)