4 instantiations of LivePropertyInfo
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (4)
120_compInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 142_sortInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 163_filterInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 207_groupInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path));
15 references to LivePropertyInfo
PresentationFramework (15)
MS\Internal\Data\LiveShapingList.cs (15)
116_compInfos = new LivePropertyInfo[n]; 138_sortInfos = new LivePropertyInfo[n]; 148_sortInfos = Array.Empty<LivePropertyInfo>(); 159_filterInfos = new LivePropertyInfo[n]; 170_filterInfos = Array.Empty<LivePropertyInfo>(); 203_groupInfos = new LivePropertyInfo[n]; 212_groupInfos = Array.Empty<LivePropertyInfo>(); 372foreach (LivePropertyInfo info in _sortInfos) 382foreach (LivePropertyInfo info in _groupInfos) 388foreach (LivePropertyInfo info in _filterInfos) 474bool ContainsDP(LivePropertyInfo[] infos, DependencyProperty dp) 779LivePropertyInfo[] _compInfos; // properties for comparing 780LivePropertyInfo[] _sortInfos; // properties for sorting 781LivePropertyInfo[] _filterInfos; // properties for filtering 782LivePropertyInfo[] _groupInfos; // properties for grouping