3 writes to PropertyIndex
WindowsBase (3)
Base\System\Windows\DependencyObject.cs (1)
3368
entry.
PropertyIndex
= targetIndex;
Base\System\Windows\EffectiveValueEntry.cs (2)
345
unsetEntry.
PropertyIndex
= PropertyIndex;
352
entry.
PropertyIndex
= PropertyIndex;
13 references to PropertyIndex
WindowsBase (13)
Base\System\Windows\DependencyObject.cs (9)
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
];
3110
if (entry.
PropertyIndex
== targetIndex)
3139
checkIndex = _effectiveValues[iPv].
PropertyIndex
;
3157
checkIndex = _effectiveValues[iLo].
PropertyIndex
;
3335
Debug.Assert(dp == null || (dp.GlobalIndex == newEntry.
PropertyIndex
), "EffectiveValueEntry & DependencyProperty do not match");
3408
Debug.Assert(dp == null || (dp.GlobalIndex == entry.
PropertyIndex
), "EffectiveValueEntry & DependencyProperty do not match");
Base\System\Windows\EffectiveValueEntry.cs (2)
345
unsetEntry.PropertyIndex =
PropertyIndex
;
352
entry.PropertyIndex =
PropertyIndex
;
Base\System\Windows\Freezable.cs (2)
475
DependencyProperty.RegisteredPropertyList.List[effectiveValues[i].
PropertyIndex
];
924
DependencyProperty dp = DependencyProperty.RegisteredPropertyList.List[srcEntry.
PropertyIndex
];