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