2 writes to _groupInfos
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
210
_groupInfos
= new LivePropertyInfo[n];
219
_groupInfos
= new LivePropertyInfo[0];
3 references to _groupInfos
PresentationFramework (3)
src\Framework\MS\Internal\Data\LiveShapingList.cs (3)
214
_groupInfos
[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path));
389
foreach (LivePropertyInfo info in
_groupInfos
)
443
if (ContainsDP(
_groupInfos
, dp) && !lsi.FailsFilter && !lsi.IsGroupDirty)