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