3 writes to ForwardChanges
PresentationFramework (3)
MS\Internal\Data\LiveShapingItem.cs (1)
24ForwardChanges = !oneTime;
MS\Internal\Data\LiveShapingList.cs (2)
393lsi.ForwardChanges = !oneTime; 400lsi.ForwardChanges = false;
4 references to ForwardChanges
PresentationFramework (4)
MS\Internal\Data\LiveShapingItem.cs (1)
233if (ForwardChanges)
System\Windows\Data\ListCollectionView.cs (3)
3118if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges) 3155if (!lsi.IsFilterDirty || !lsi.ForwardChanges) 3228if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)