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];
379
foreach (
LivePropertyInfo
info in _sortInfos)
389
foreach (
LivePropertyInfo
info in _groupInfos)
395
foreach (
LivePropertyInfo
info in _filterInfos)
481
bool ContainsDP(
LivePropertyInfo
[] infos, DependencyProperty dp)
787
LivePropertyInfo
[] _compInfos; // properties for comparing
788
LivePropertyInfo
[] _sortInfos; // properties for sorting
789
LivePropertyInfo
[] _filterInfos; // properties for filtering
790
LivePropertyInfo
[] _groupInfos; // properties for grouping