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