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