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)
164
if (
_ctxElement
!= null)
298
if (
_ctxElement
!= null)
299
return
_ctxElement
.Target as DependencyObject;
881
if (
_ctxElement
== null)
1215
newSources[offset++] = new WeakDependencySource(
_ctxElement
, FrameworkElement.DataContextProperty);