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)
647return (_element != null) ? _element.Target : _object;