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)
2390if (!lsi.IsDeleted)
System\Windows\Data\ListCollectionView.cs (2)
3100if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges) 3210if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)