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