1 write to _cachedList
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1464
_cachedList
= new ArrayList(InternalList);
9 references to _cachedList
PresentationFramework (9)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (9)
1931
if (InternalList.Count ==
_cachedList
.Count)
1944
_cachedList
.Insert(index, item);
1945
if (InternalList.Count !=
_cachedList
.Count)
1955
item =
_cachedList
[index];
1956
_cachedList
.RemoveAt(index);
1957
if (InternalList.Count !=
_cachedList
.Count)
2012
_cachedList
.RemoveAt(args.OldIndex);
2013
_cachedList
.Insert(args.NewIndex, item);
2014
if (InternalList.Count !=
_cachedList
.Count)