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)
2596
IList localList = IsLiveShaping ? (IList)(new
LiveShapingList
(this, GetLiveShapingFlags(), ActiveComparer))