4 references to CombineSources
PresentationFramework (4)
System\Windows\Data\MultiBindingExpression.cs (2)
237
WeakDependencySource[] newSources =
CombineSources
(-1, MutableBindingExpressions, MutableBindingExpressions.Count, null, commonSources);
457
WeakDependencySource[] combinedSources =
CombineSources
(index, MutableBindingExpressions, MutableBindingExpressions.Count, newSources, commonSources);
System\Windows\Data\PriorityBindingExpression.cs (2)
291
WeakDependencySource[] combinedSources =
CombineSources
(index, MutableBindingExpressions, AttentiveBindingExpressions, newSources);
559
WeakDependencySource[] newSources =
CombineSources
(-1, MutableBindingExpressions, AttentiveBindingExpressions, null);