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