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;
239
set {
_propertyIndex
= (short)value; }
554
_propertyIndex
= -1;
1 reference to _propertyIndex
WindowsBase (1)
Base\System\Windows\EffectiveValueEntry.cs (1)
238
get { return
_propertyIndex
; }