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