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