4 references to GroupDirtyItems
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
2415foreach (LiveShapingItem lsi in list.GroupDirtyItems) 2427list.GroupDirtyItems.Clear();
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
3245foreach (LiveShapingItem lsi in list.GroupDirtyItems) 3258list.GroupDirtyItems.Clear();