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
>();
376
foreach (
LivePropertyInfo
info in _sortInfos)
386
foreach (
LivePropertyInfo
info in _groupInfos)
392
foreach (
LivePropertyInfo
info in _filterInfos)
478
bool ContainsDP(
LivePropertyInfo
[] infos, DependencyProperty dp)
783
LivePropertyInfo
[] _compInfos; // properties for comparing
784
LivePropertyInfo
[] _sortInfos; // properties for sorting
785
LivePropertyInfo
[] _filterInfos; // properties for filtering
786
LivePropertyInfo
[] _groupInfos; // properties for grouping