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