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
>();
371
foreach (
LivePropertyInfo
info in _sortInfos)
381
foreach (
LivePropertyInfo
info in _groupInfos)
387
foreach (
LivePropertyInfo
info in _filterInfos)
472
private bool ContainsDP(
LivePropertyInfo
[] infos, DependencyProperty dp)
777
private
LivePropertyInfo
[] _compInfos; // properties for comparing
778
private
LivePropertyInfo
[] _sortInfos; // properties for sorting
779
private
LivePropertyInfo
[] _filterInfos; // properties for filtering
780
private
LivePropertyInfo
[] _groupInfos; // properties for grouping