3 writes to _sortInfos
PresentationFramework (3)
MS\Internal\Data\LiveShapingList.cs (3)
136
_sortInfos
= _compInfos;
142
_sortInfos
= new LivePropertyInfo[n];
152
_sortInfos
= Array.Empty<LivePropertyInfo>();
4 references to _sortInfos
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (4)
146
_sortInfos
[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path));
376
foreach (LivePropertyInfo info in
_sortInfos
)
421
if (ContainsDP(
_sortInfos
, dp) && !lsi.FailsFilter && !lsi.IsSortPendingClean)
460
if (_isCustomSorting && ContainsDP(
_sortInfos
, dp) && !lsi.FailsFilter)