2 writes to _ctxElement
PresentationFramework (2)
System\Windows\Data\BindingExpression.cs (2)
815_ctxElement = new WeakReference(contextElement); 868_ctxElement = null;
5 references to _ctxElement
PresentationFramework (5)
System\Windows\Data\BindingExpression.cs (5)
164if (_ctxElement != null) 298if (_ctxElement != null) 299return _ctxElement.Target as DependencyObject; 881if (_ctxElement == null) 1215newSources[offset++] = new WeakDependencySource(_ctxElement, FrameworkElement.DataContextProperty);