4 references to AttentiveBindingExpressions
PresentationFramework (4)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (4)
245if (target != null && 0 <= index && index < AttentiveBindingExpressions) 294WeakDependencySource[] combinedSources = CombineSources(index, MutableBindingExpressions, AttentiveBindingExpressions, newSources); 562WeakDependencySource[] newSources = CombineSources(-1, MutableBindingExpressions, AttentiveBindingExpressions, null); 590for (int i=0; i<AttentiveBindingExpressions; ++i)