1 write to _compInfos
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
120_compInfos = new LivePropertyInfo[n];
8 references to _compInfos
PresentationFramework (8)
MS\Internal\Data\LiveShapingList.cs (8)
124_compInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 136_sortInfos = _compInfos; 263Debug.Assert(sdc.Count >= _compInfos.Length, "SortDescriptions don't match LivePropertyInfos"); 264int n = _compInfos.Length; 268object v1 = x.GetValue(_compInfos[k].Path, _compInfos[k].Property); 269object v2 = y.GetValue(_compInfos[k].Path, _compInfos[k].Property);