2 writes to _peer
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (2)
44_peer = new WeakReference(peer); 48_peer = peer;
3 references to _peer
PresentationCore (3)
MS\Internal\Automation\ElementProxy.cs (3)
292if (_peer is WeakReference) 294AutomationPeer peer = (AutomationPeer)((WeakReference)_peer).Target; 299return (AutomationPeer)_peer;