4 writes to IsSortDirty
PresentationFramework (4)
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
426lsi.IsSortDirty = true; 465lsi.IsSortDirty = true;
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
59lsi.IsSortDirty = false;
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
3140lsi.IsSortDirty = false;
8 references to IsSortDirty
PresentationFramework (8)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (7)
89if (!lsi.IsSortDirty) 102if (!lsi.IsSortDirty) 110if (!lsi.IsSortDirty) 197if (!GetItemAt(k).IsSortDirty) 213if (!GetItemAt(k).IsSortDirty && comparison(item, GetItemAt(k)) <= 0) 445if (!GetItemAt(first).IsSortDirty) 450if (!GetItemAt(last).IsSortDirty)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
3137if (!lsi.IsSortDirty || lsi.IsDeleted || !lsi.ForwardChanges)