2 writes to _ctxElement
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingExpression.cs (2)
824_ctxElement = new WeakReference(contextElement); 877_ctxElement = null;
5 references to _ctxElement
PresentationFramework (5)
src\Framework\System\Windows\Data\BindingExpression.cs (5)
175if (_ctxElement != null) 315if (_ctxElement != null) 316return _ctxElement.Target as DependencyObject; 890if (_ctxElement == null) 1221newSources[offset++] = new WeakDependencySource(_ctxElement, FrameworkElement.DataContextProperty);