3 writes to ForwardChanges
PresentationFramework (3)
MS\Internal\Data\LiveShapingItem.cs (1)
27ForwardChanges = !oneTime;
MS\Internal\Data\LiveShapingList.cs (2)
397lsi.ForwardChanges = !oneTime; 404lsi.ForwardChanges = false;
4 references to ForwardChanges
PresentationFramework (4)
MS\Internal\Data\LiveShapingItem.cs (1)
234if (ForwardChanges)
System\Windows\Data\ListCollectionView.cs (3)
3124if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges) 3161if (!lsi.IsFilterDirty || !lsi.ForwardChanges) 3234if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)