10 references to RegisteredPropertyList
WindowsBase (10)
Base\System\Windows\DependencyObject.cs (4)
2251
DependencyProperty dp = DependencyProperty.
RegisteredPropertyList
.List[_effectiveValues[i].PropertyIndex];
2537
DependencyProperty.
RegisteredPropertyList
.List[effectiveValues[i].PropertyIndex];
2687
DependencyProperty dp = DependencyProperty.
RegisteredPropertyList
.List[_effectiveValues[i].PropertyIndex];
3073
DependencyProperty dp = DependencyProperty.
RegisteredPropertyList
.List[entry.PropertyIndex];
Base\System\Windows\DependencyProperty.cs (3)
1132
RegisteredPropertyList
.Add(this);
1254
return
RegisteredPropertyList
.Count;
1265
foreach(DependencyProperty dp in
RegisteredPropertyList
.List) {
Base\System\Windows\Freezable.cs (2)
475
DependencyProperty.
RegisteredPropertyList
.List[effectiveValues[i].PropertyIndex];
924
DependencyProperty dp = DependencyProperty.
RegisteredPropertyList
.List[srcEntry.PropertyIndex];
Base\System\Windows\UncommonField.cs (1)
36
DependencyProperty.
RegisteredPropertyList
.Add();