4 writes to IsSortDirty
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (2)
423lsi.IsSortDirty = true; 462lsi.IsSortDirty = true;
MS\Internal\Data\LiveShapingTree.cs (1)
56lsi.IsSortDirty = false;
System\Windows\Data\ListCollectionView.cs (1)
3127lsi.IsSortDirty = false;
12 references to IsSortDirty
PresentationFramework (12)
MS\Internal\Data\LiveShapingBlock.cs (7)
86if (!lsi.IsSortDirty) 99if (!lsi.IsSortDirty) 107if (!lsi.IsSortDirty) 194if (!GetItemAt(k).IsSortDirty) 210if (!GetItemAt(k).IsSortDirty && comparison(item, GetItemAt(k)) <= 0) 442if (!GetItemAt(first).IsSortDirty) 447if (!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)
3124if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges)