2 references to LiveShapingList
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1472_shadowList = lsList = new LiveShapingList(this, GetLiveShapingFlags(), ActiveComparer);
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
2596IList localList = IsLiveShaping ? (IList)(new LiveShapingList(this, GetLiveShapingFlags(), ActiveComparer))