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)
1903if (InternalList.Count == _cachedList.Count) 1916_cachedList.Insert(index, item); 1917if (InternalList.Count != _cachedList.Count) 1927item = _cachedList[index]; 1928_cachedList.RemoveAt(index); 1929if (InternalList.Count != _cachedList.Count) 1984_cachedList.RemoveAt(args.OldIndex); 1985_cachedList.Insert(args.NewIndex, item); 1986if (InternalList.Count != _cachedList.Count)