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