2 writes to _groupInfos
PresentationFramework (2)
MS\Internal\Data\LiveShapingList.cs (2)
202_groupInfos = new LivePropertyInfo[n]; 211_groupInfos = Array.Empty<LivePropertyInfo>();
3 references to _groupInfos
PresentationFramework (3)
MS\Internal\Data\LiveShapingList.cs (3)
206_groupInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 381foreach (LivePropertyInfo info in _groupInfos) 434if (ContainsDP(_groupInfos, dp) && !lsi.FailsFilter && !lsi.IsGroupDirty)