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)
317
if (
_peer
is WeakReference)
319
AutomationPeer peer = (AutomationPeer)((WeakReference)
_peer
).Target;
324
return (AutomationPeer)
_peer
;