1 write to WeakRefElementProxyStorage
PresentationFramework (1)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
257WeakRefElementProxyStorage = (EventsSource as TreeViewDataItemAutomationPeer).WeakRefElementProxyStorageCache;
8 references to WeakRefElementProxyStorage
PresentationFramework (8)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
232WeakRefElementProxyStorage[itemPeer.Item] = wr; 432WeakRefElementProxyStorage.PurgeWeakRefCollection(); 442WeakReference weakRefEP = WeakRefElementProxyStorage[item]; 450WeakRefElementProxyStorage.Remove(item); 453WeakRefElementProxyStorage.Remove(item);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (3)
236WeakRefElementProxyStorage.PurgeWeakRefCollection(); 254(EventsSource as TreeViewDataItemAutomationPeer).WeakRefElementProxyStorageCache = WeakRefElementProxyStorage; 255else if(WeakRefElementProxyStorage.Count == 0)