1 write to WeakRefElementProxyStorage
PresentationFramework (1)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
254WeakRefElementProxyStorage = (EventsSource as TreeViewDataItemAutomationPeer).WeakRefElementProxyStorageCache;
8 references to WeakRefElementProxyStorage
PresentationFramework (8)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (5)
226WeakRefElementProxyStorage[itemPeer.Item] = wr; 423WeakRefElementProxyStorage.PurgeWeakRefCollection(); 433WeakReference weakRefEP = WeakRefElementProxyStorage[item]; 441WeakRefElementProxyStorage.Remove(item); 444WeakRefElementProxyStorage.Remove(item);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (3)
233WeakRefElementProxyStorage.PurgeWeakRefCollection(); 251(EventsSource as TreeViewDataItemAutomationPeer).WeakRefElementProxyStorageCache = WeakRefElementProxyStorage; 252else if(WeakRefElementProxyStorage.Count == 0)