2 writes to _peer
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (2)
45
_peer
= new WeakReference(peer);
49
_peer
= peer;
3 references to _peer
PresentationCore (3)
MS\Internal\Automation\ElementProxy.cs (3)
293
if (
_peer
is WeakReference)
295
AutomationPeer peer = (AutomationPeer)((WeakReference)
_peer
).Target;
300
return (AutomationPeer)
_peer
;