2 writes to _ctxElement
PresentationFramework (2)
System\Windows\Data\BindingExpression.cs (2)
818_ctxElement = new WeakReference(contextElement); 871_ctxElement = null;
5 references to _ctxElement
PresentationFramework (5)
System\Windows\Data\BindingExpression.cs (5)
164if (_ctxElement != null) 301if (_ctxElement != null) 302return _ctxElement.Target as DependencyObject; 884if (_ctxElement == null) 1219newSources[offset++] = new WeakDependencySource(_ctxElement, FrameworkElement.DataContextProperty);