2 writes to _peer
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (2)
64_peer = new WeakReference(peer); 68_peer = peer;
3 references to _peer
PresentationCore (3)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (3)
317if (_peer is WeakReference) 319AutomationPeer peer = (AutomationPeer)((WeakReference)_peer).Target; 324return (AutomationPeer)_peer;