1 write to _compInfos
PresentationFramework (1)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
123_compInfos = new LivePropertyInfo[n];
8 references to _compInfos
PresentationFramework (8)
src\Framework\MS\Internal\Data\LiveShapingList.cs (8)
127_compInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 139_sortInfos = _compInfos; 266Debug.Assert(sdc.Count >= _compInfos.Length, "SortDescriptions don't match LivePropertyInfos"); 267int n = _compInfos.Length; 271object v1 = x.GetValue(_compInfos[k].Path, _compInfos[k].Property); 272object v2 = y.GetValue(_compInfos[k].Path, _compInfos[k].Property);