2 writes to _ctxElement
PresentationFramework (2)
System\Windows\Data\BindingExpression.cs (2)
818
_ctxElement
= new WeakReference(contextElement);
871
_ctxElement
= null;
5 references to _ctxElement
PresentationFramework (5)
System\Windows\Data\BindingExpression.cs (5)
164
if (
_ctxElement
!= null)
301
if (
_ctxElement
!= null)
302
return
_ctxElement
.Target as DependencyObject;
884
if (
_ctxElement
== null)
1219
newSources[offset++] = new WeakDependencySource(
_ctxElement
, FrameworkElement.DataContextProperty);