3 writes to _sortInfos
PresentationFramework (3)
MS\Internal\Data\LiveShapingList.cs (3)
132
_sortInfos
= _compInfos;
138
_sortInfos
= new LivePropertyInfo[n];
148
_sortInfos
= Array.Empty<LivePropertyInfo>();
4 references to _sortInfos
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (4)
142
_sortInfos
[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path));
372
foreach (LivePropertyInfo info in
_sortInfos
)
417
if (ContainsDP(
_sortInfos
, dp) && !lsi.FailsFilter && !lsi.IsSortPendingClean)
456
if (_isCustomSorting && ContainsDP(
_sortInfos
, dp) && !lsi.FailsFilter)