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