3 writes to ForwardChanges
PresentationFramework (3)
MS\Internal\Data\LiveShapingItem.cs (1)
23ForwardChanges = !oneTime;
MS\Internal\Data\LiveShapingList.cs (2)
392lsi.ForwardChanges = !oneTime; 399lsi.ForwardChanges = false;
4 references to ForwardChanges
PresentationFramework (4)
MS\Internal\Data\LiveShapingItem.cs (1)
233if (ForwardChanges)
System\Windows\Data\ListCollectionView.cs (3)
3099if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges) 3136if (!lsi.IsFilterDirty || !lsi.ForwardChanges) 3209if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)