4 instantiations of LivePropertyInfo
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (4)
120
_compInfos[k] = new
LivePropertyInfo
(path, _dpFromPath.GetDP(path));
142
_sortInfos[k] = new
LivePropertyInfo
(path, _dpFromPath.GetDP(path));
163
_filterInfos[k] = new
LivePropertyInfo
(path, _dpFromPath.GetDP(path));
207
_groupInfos[k] = new
LivePropertyInfo
(path, _dpFromPath.GetDP(path));
15 references to LivePropertyInfo
PresentationFramework (15)
MS\Internal\Data\LiveShapingList.cs (15)
116
_compInfos = new
LivePropertyInfo
[n];
138
_sortInfos = new
LivePropertyInfo
[n];
148
_sortInfos = Array.Empty<
LivePropertyInfo
>();
159
_filterInfos = new
LivePropertyInfo
[n];
170
_filterInfos = Array.Empty<
LivePropertyInfo
>();
203
_groupInfos = new
LivePropertyInfo
[n];
212
_groupInfos = Array.Empty<
LivePropertyInfo
>();
372
foreach (
LivePropertyInfo
info in _sortInfos)
382
foreach (
LivePropertyInfo
info in _groupInfos)
388
foreach (
LivePropertyInfo
info in _filterInfos)
474
bool ContainsDP(
LivePropertyInfo
[] infos, DependencyProperty dp)
779
LivePropertyInfo
[] _compInfos; // properties for comparing
780
LivePropertyInfo
[] _sortInfos; // properties for sorting
781
LivePropertyInfo
[] _filterInfos; // properties for filtering
782
LivePropertyInfo
[] _groupInfos; // properties for grouping