3 writes to _shadowList
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
1472_shadowList = lsList = new LiveShapingList(this, GetLiveShapingFlags(), ActiveComparer); 1483_shadowList = new ArrayList(InternalList); 1487_shadowList = null;
7 references to _shadowList
PresentationFramework (7)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (7)
1465LiveShapingList lsList = _shadowList as LiveShapingList; 1840_shadowList.Insert(e.NewStartingIndex, e.NewItems[0]); 1843_shadowList.RemoveAt(e.OldStartingIndex); 1846_shadowList[e.OldStartingIndex] = e.NewItems[0]; 1849_shadowList.Move(e.OldStartingIndex, e.NewStartingIndex); 2163if (_shadowList != null) 2164return _shadowList;