1 write to _cachedList
PresentationFramework (1)
System\Windows\Data\BindingListCollectionView.cs (1)
1452
_cachedList
= new ArrayList(InternalList);
9 references to _cachedList
PresentationFramework (9)
System\Windows\Data\BindingListCollectionView.cs (9)
1919
if (InternalList.Count ==
_cachedList
.Count)
1932
_cachedList
.Insert(index, item);
1933
if (InternalList.Count !=
_cachedList
.Count)
1943
item =
_cachedList
[index];
1944
_cachedList
.RemoveAt(index);
1945
if (InternalList.Count !=
_cachedList
.Count)
2000
_cachedList
.RemoveAt(args.OldIndex);
2001
_cachedList
.Insert(args.NewIndex, item);
2002
if (InternalList.Count !=
_cachedList
.Count)