5 writes to _propertyIndex
WindowsBase (5)
Base\System\Windows\EffectiveValueEntry.cs (5)
33_propertyIndex = (short) dp.GlobalIndex; 40_propertyIndex = (short) dp.GlobalIndex; 47_propertyIndex = (short) dp.GlobalIndex; 239set { _propertyIndex = (short)value; } 554_propertyIndex = -1;
1 reference to _propertyIndex
WindowsBase (1)
Base\System\Windows\EffectiveValueEntry.cs (1)
238get { return _propertyIndex; }