1 write to IsDeleted
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
566lsi.IsDeleted = true;
3 references to IsDeleted
PresentationFramework (3)
System\Windows\Data\BindingListCollectionView.cs (1)
2410if (!lsi.IsDeleted)
System\Windows\Data\ListCollectionView.cs (2)
3124if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges) 3234if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)