1 write to WeakRefElementProxyStorage
PresentationFramework (1)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
253WeakRefElementProxyStorage = (EventsSource as TreeViewDataItemAutomationPeer).WeakRefElementProxyStorageCache;
8 references to WeakRefElementProxyStorage
PresentationFramework (8)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
225WeakRefElementProxyStorage[itemPeer.Item] = wr; 422WeakRefElementProxyStorage.PurgeWeakRefCollection(); 432WeakReference weakRefEP = WeakRefElementProxyStorage[item]; 440WeakRefElementProxyStorage.Remove(item); 443WeakRefElementProxyStorage.Remove(item);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (3)
232WeakRefElementProxyStorage.PurgeWeakRefCollection(); 250(EventsSource as TreeViewDataItemAutomationPeer).WeakRefElementProxyStorageCache = WeakRefElementProxyStorage; 251else if(WeakRefElementProxyStorage.Count == 0)