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)); 372foreach (LivePropertyInfo info in _sortInfos) 417if (ContainsDP(_sortInfos, dp) && !lsi.FailsFilter && !lsi.IsSortPendingClean) 456if (_isCustomSorting && ContainsDP(_sortInfos, dp) && !lsi.FailsFilter)