4 writes to IsSortDirty
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (2)
419lsi.IsSortDirty = true; 458lsi.IsSortDirty = true;
MS\Internal\Data\LiveShapingTree.cs (1)
56lsi.IsSortDirty = false;
System\Windows\Data\ListCollectionView.cs (1)
3121lsi.IsSortDirty = false;
12 references to IsSortDirty
PresentationFramework (12)
MS\Internal\Data\LiveShapingBlock.cs (7)
78if (!lsi.IsSortDirty) 91if (!lsi.IsSortDirty) 99if (!lsi.IsSortDirty) 186if (!GetItemAt(k).IsSortDirty) 202if (!GetItemAt(k).IsSortDirty && comparison(item, GetItemAt(k)) <= 0) 434if (!GetItemAt(first).IsSortDirty) 439if (!GetItemAt(last).IsSortDirty)
MS\Internal\Data\LiveShapingTree.cs (4)
134!lsi.IsSortDirty && !finger.Item.IsSortDirty); 143!lsi.IsSortDirty && !finger.Item.IsSortDirty);
System\Windows\Data\ListCollectionView.cs (1)
3118if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges)