1 write to _cachedList
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1437_cachedList = new ArrayList(InternalList);
9 references to _cachedList
PresentationFramework (9)
System\Windows\Data\BindingListCollectionView.cs (9)
1904if (InternalList.Count == _cachedList.Count) 1917_cachedList.Insert(index, item); 1918if (InternalList.Count != _cachedList.Count) 1928item = _cachedList[index]; 1929_cachedList.RemoveAt(index); 1930if (InternalList.Count != _cachedList.Count) 1985_cachedList.RemoveAt(args.OldIndex); 1986_cachedList.Insert(args.NewIndex, item); 1987if (InternalList.Count != _cachedList.Count)