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