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