1 write to ElementProxyWeakReference
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (1)
293peer.ElementProxyWeakReference = new WeakReference(result);
2 references to ElementProxyWeakReference
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (2)
286if(peer.ElementProxyWeakReference != null) 288result = peer.ElementProxyWeakReference.Target as ElementProxy;