1 write to ElementProxyWeakReference
PresentationCore (1)
MS\Internal\Automation\ElementProxy.cs (1)
269
peer.
ElementProxyWeakReference
= new WeakReference(result);
2 references to ElementProxyWeakReference
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (2)
262
if(peer.
ElementProxyWeakReference
!= null)
264
result = peer.
ElementProxyWeakReference
.Target as ElementProxy;