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