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