1 write to IsDeleted
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
560lsi.IsDeleted = true;
3 references to IsDeleted
PresentationFramework (3)
System\Windows\Data\BindingListCollectionView.cs (1)
2389if (!lsi.IsDeleted)
System\Windows\Data\ListCollectionView.cs (2)
3099if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges) 3209if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)