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