4 instantiations of LivePropertyInfo
PresentationFramework (4)
src\Framework\MS\Internal\Data\LiveShapingList.cs (4)
127_compInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 149_sortInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 170_filterInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path)); 214_groupInfos[k] = new LivePropertyInfo(path, _dpFromPath.GetDP(path));
15 references to LivePropertyInfo
PresentationFramework (15)
src\Framework\MS\Internal\Data\LiveShapingList.cs (15)
123_compInfos = new LivePropertyInfo[n]; 145_sortInfos = new LivePropertyInfo[n]; 155_sortInfos = new LivePropertyInfo[0]; 166_filterInfos = new LivePropertyInfo[n]; 177_filterInfos = new LivePropertyInfo[0]; 210_groupInfos = new LivePropertyInfo[n]; 219_groupInfos = new LivePropertyInfo[0]; 379foreach (LivePropertyInfo info in _sortInfos) 389foreach (LivePropertyInfo info in _groupInfos) 395foreach (LivePropertyInfo info in _filterInfos) 481bool ContainsDP(LivePropertyInfo[] infos, DependencyProperty dp) 787LivePropertyInfo[] _compInfos; // properties for comparing 788LivePropertyInfo[] _sortInfos; // properties for sorting 789LivePropertyInfo[] _filterInfos; // properties for filtering 790LivePropertyInfo[] _groupInfos; // properties for grouping