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