1 write to _cachedList
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1464_cachedList = new ArrayList(InternalList);
9 references to _cachedList
PresentationFramework (9)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (9)
1931if (InternalList.Count == _cachedList.Count) 1944_cachedList.Insert(index, item); 1945if (InternalList.Count != _cachedList.Count) 1955item = _cachedList[index]; 1956_cachedList.RemoveAt(index); 1957if (InternalList.Count != _cachedList.Count) 2012_cachedList.RemoveAt(args.OldIndex); 2013_cachedList.Insert(args.NewIndex, item); 2014if (InternalList.Count != _cachedList.Count)