2 writes to _ctxElement
PresentationFramework (2)
System\Windows\Data\BindingExpression.cs (2)
814
_ctxElement
= new WeakReference(contextElement);
867
_ctxElement
= null;
5 references to _ctxElement
PresentationFramework (5)
System\Windows\Data\BindingExpression.cs (5)
163
if (
_ctxElement
!= null)
297
if (
_ctxElement
!= null)
298
return
_ctxElement
.Target as DependencyObject;
880
if (
_ctxElement
== null)
1214
newSources[offset++] = new WeakDependencySource(
_ctxElement
, FrameworkElement.DataContextProperty);