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