3 writes to IsSortPendingClean
PresentationFramework (3)
MS\Internal\Data\LiveShapingList.cs (1)
424lsi.IsSortPendingClean = true;
MS\Internal\Data\LiveShapingTree.cs (1)
57lsi.IsSortPendingClean = false;
System\Windows\Data\ListCollectionView.cs (1)
3128lsi.IsSortPendingClean = false;
1 reference to IsSortPendingClean
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
421if (ContainsDP(_sortInfos, dp) && !lsi.FailsFilter && !lsi.IsSortPendingClean)