2 writes to _ctxElement
PresentationFramework (2)
System\Windows\Data\BindingExpression.cs (2)
827_ctxElement = new WeakReference(contextElement); 880_ctxElement = null;
5 references to _ctxElement
PresentationFramework (5)
System\Windows\Data\BindingExpression.cs (5)
173if (_ctxElement != null) 310if (_ctxElement != null) 311return _ctxElement.Target as DependencyObject; 893if (_ctxElement == null) 1228newSources[offset++] = new WeakDependencySource(_ctxElement, FrameworkElement.DataContextProperty);