4 writes to IsSortDirty
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (2)
417lsi.IsSortDirty = true; 456lsi.IsSortDirty = true;
MS\Internal\Data\LiveShapingTree.cs (1)
55lsi.IsSortDirty = false;
System\Windows\Data\ListCollectionView.cs (1)
3102lsi.IsSortDirty = false;
12 references to IsSortDirty
PresentationFramework (12)
MS\Internal\Data\LiveShapingBlock.cs (7)
80if (!lsi.IsSortDirty) 93if (!lsi.IsSortDirty) 101if (!lsi.IsSortDirty) 188if (!GetItemAt(k).IsSortDirty) 204if (!GetItemAt(k).IsSortDirty && comparison(item, GetItemAt(k)) <= 0) 436if (!GetItemAt(first).IsSortDirty) 441if (!GetItemAt(last).IsSortDirty)
MS\Internal\Data\LiveShapingTree.cs (4)
133!lsi.IsSortDirty && !finger.Item.IsSortDirty); 142!lsi.IsSortDirty && !finger.Item.IsSortDirty);
System\Windows\Data\ListCollectionView.cs (1)
3099if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges)