1 write to ElementProxyWeakReference
PresentationCore (1)
MS\Internal\Automation\ElementProxy.cs (1)
268peer.ElementProxyWeakReference = new WeakReference(result);
5 references to ElementProxyWeakReference
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (2)
261if(peer.ElementProxyWeakReference != null) 263result = peer.ElementProxyWeakReference.Target as ElementProxy;
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
503owningItemPeer?.AddProxyToWeakRefStorage(this.ElementProxyWeakReference, this);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
904owningCalendarPeer?.AddProxyToWeakRefStorage(this.ElementProxyWeakReference, this);
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
161itemsControlAutomationPeer?.AddProxyToWeakRefStorage(this.ElementProxyWeakReference, this);