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