1 write to _element
PresentationFramework (1)
MS\Internal\Data\ObjectRef.cs (1)
631
_element
= new WeakReference(o);
2 references to _element
PresentationFramework (2)
MS\Internal\Data\ObjectRef.cs (2)
647
return (
_element
!= null) ?
_element
.Target : _object;