1 write to _cachedList
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1452_cachedList = new ArrayList(InternalList);
9 references to _cachedList
PresentationFramework (9)
System\Windows\Data\BindingListCollectionView.cs (9)
1919if (InternalList.Count == _cachedList.Count) 1932_cachedList.Insert(index, item); 1933if (InternalList.Count != _cachedList.Count) 1943item = _cachedList[index]; 1944_cachedList.RemoveAt(index); 1945if (InternalList.Count != _cachedList.Count) 2000_cachedList.RemoveAt(args.OldIndex); 2001_cachedList.Insert(args.NewIndex, item); 2002if (InternalList.Count != _cachedList.Count)