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)
175
if (
_ctxElement
!= null)
315
if (
_ctxElement
!= null)
316
return
_ctxElement
.Target as DependencyObject;
890
if (
_ctxElement
== null)
1221
newSources[offset++] = new WeakDependencySource(
_ctxElement
, FrameworkElement.DataContextProperty);