1 write to WeakRefElementProxyStorage
PresentationFramework (1)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
269WeakRefElementProxyStorage = (EventsSource as TreeViewDataItemAutomationPeer).WeakRefElementProxyStorageCache;
8 references to WeakRefElementProxyStorage
PresentationFramework (8)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
244WeakRefElementProxyStorage[itemPeer.Item] = wr; 444WeakRefElementProxyStorage.PurgeWeakRefCollection(); 454WeakReference weakRefEP = WeakRefElementProxyStorage[item]; 462WeakRefElementProxyStorage.Remove(item); 465WeakRefElementProxyStorage.Remove(item);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (3)
248WeakRefElementProxyStorage.PurgeWeakRefCollection(); 266(EventsSource as TreeViewDataItemAutomationPeer).WeakRefElementProxyStorageCache = WeakRefElementProxyStorage; 267else if(WeakRefElementProxyStorage.Count == 0)