2 writes to _peer
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (2)
59_peer = new WeakReference(peer); 63_peer = peer;
3 references to _peer
PresentationCore (3)
MS\Internal\Automation\ElementProxy.cs (3)
307if (_peer is WeakReference) 309AutomationPeer peer = (AutomationPeer)((WeakReference)_peer).Target; 314return (AutomationPeer)_peer;