4 instantiations of LivePropertyInfo
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (4)
124_compInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 146_sortInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 167_filterInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 211_groupInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path));
15 references to LivePropertyInfo
PresentationFramework (15)
MS\Internal\Data\LiveShapingList.cs (15)
120_compInfos = new LivePropertyInfo[n]; 142_sortInfos = new LivePropertyInfo[n]; 152_sortInfos = Array.Empty<LivePropertyInfo>(); 163_filterInfos = new LivePropertyInfo[n]; 174_filterInfos = Array.Empty<LivePropertyInfo>(); 207_groupInfos = new LivePropertyInfo[n]; 216_groupInfos = Array.Empty<LivePropertyInfo>(); 376foreach (LivePropertyInfo info in _sortInfos) 386foreach (LivePropertyInfo info in _groupInfos) 392foreach (LivePropertyInfo info in _filterInfos) 478bool ContainsDP(LivePropertyInfo[] infos, DependencyProperty dp) 783LivePropertyInfo[] _compInfos; // properties for comparing 784LivePropertyInfo[] _sortInfos; // properties for sorting 785LivePropertyInfo[] _filterInfos; // properties for filtering 786LivePropertyInfo[] _groupInfos; // properties for grouping