3 references to WeakDependencySource
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (3)
1221newSources[offset++] = new WeakDependencySource(_ctxElement, FrameworkElement.DataContextProperty); 1228(wr != null) ? new WeakDependencySource(wr, CollectionViewSource.ViewProperty) 1234newSources[offset++] = new WeakDependencySource(TargetElementReference, FrameworkElement.LanguageProperty);