1 write to _cachedList
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1457_cachedList = new ArrayList(InternalList);
9 references to _cachedList
PresentationFramework (9)
System\Windows\Data\BindingListCollectionView.cs (9)
1924if (InternalList.Count == _cachedList.Count) 1937_cachedList.Insert(index, item); 1938if (InternalList.Count != _cachedList.Count) 1948item = _cachedList[index]; 1949_cachedList.RemoveAt(index); 1950if (InternalList.Count != _cachedList.Count) 2005_cachedList.RemoveAt(args.OldIndex); 2006_cachedList.Insert(args.NewIndex, item); 2007if (InternalList.Count != _cachedList.Count)