3 writes to IsGroupDirty
PresentationFramework (3)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
445lsi.IsGroupDirty = true;
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
2420lsi.IsGroupDirty = false;
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
3252lsi.IsGroupDirty = false;
2 references to IsGroupDirty
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
443if (ContainsDP(_groupInfos, dp) && !lsi.FailsFilter && !lsi.IsGroupDirty)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
3247if (!lsi.IsGroupDirty || lsi.IsDeleted || !lsi.ForwardChanges)