1 write to _cachedList
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1436_cachedList = new ArrayList(InternalList);
9 references to _cachedList
PresentationFramework (9)
System\Windows\Data\BindingListCollectionView.cs (9)
1902if (InternalList.Count == _cachedList.Count) 1915_cachedList.Insert(index, item); 1916if (InternalList.Count != _cachedList.Count) 1926item = _cachedList[index]; 1927_cachedList.RemoveAt(index); 1928if (InternalList.Count != _cachedList.Count) 1983_cachedList.RemoveAt(args.OldIndex); 1984_cachedList.Insert(args.NewIndex, item); 1985if (InternalList.Count != _cachedList.Count)