4 instantiations of LivePropertyInfo
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (4)
119_compInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 141_sortInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 162_filterInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 206_groupInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path));
15 references to LivePropertyInfo
PresentationFramework (15)
MS\Internal\Data\LiveShapingList.cs (15)
115_compInfos = new LivePropertyInfo[n]; 137_sortInfos = new LivePropertyInfo[n]; 147_sortInfos = Array.Empty<LivePropertyInfo>(); 158_filterInfos = new LivePropertyInfo[n]; 169_filterInfos = Array.Empty<LivePropertyInfo>(); 202_groupInfos = new LivePropertyInfo[n]; 211_groupInfos = Array.Empty<LivePropertyInfo>(); 371foreach (LivePropertyInfo info in _sortInfos) 381foreach (LivePropertyInfo info in _groupInfos) 387foreach (LivePropertyInfo info in _filterInfos) 472private bool ContainsDP(LivePropertyInfo[] infos, DependencyProperty dp) 777private LivePropertyInfo[] _compInfos; // properties for comparing 778private LivePropertyInfo[] _sortInfos; // properties for sorting 779private LivePropertyInfo[] _filterInfos; // properties for filtering 780private LivePropertyInfo[] _groupInfos; // properties for grouping