1 write to IsDeleted
PresentationFramework (1)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
569lsi.IsDeleted = true;
3 references to IsDeleted
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2417if (!lsi.IsDeleted)
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
3137if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges) 3247if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)