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)
1924
if (InternalList.Count ==
_cachedList
.Count)
1937
_cachedList
.Insert(index, item);
1938
if (InternalList.Count !=
_cachedList
.Count)
1948
item =
_cachedList
[index];
1949
_cachedList
.RemoveAt(index);
1950
if (InternalList.Count !=
_cachedList
.Count)
2005
_cachedList
.RemoveAt(args.OldIndex);
2006
_cachedList
.Insert(args.NewIndex, item);
2007
if (InternalList.Count !=
_cachedList
.Count)