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