1 write to IsDeleted
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
562lsi.IsDeleted = true;
3 references to IsDeleted
PresentationFramework (3)
System\Windows\Data\BindingListCollectionView.cs (1)
2405if (!lsi.IsDeleted)
System\Windows\Data\ListCollectionView.cs (2)
3118if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges) 3228if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)