3 writes to PressureIndex
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
178
PressureIndex
= -1;
257
PressureIndex
= StylusPointDescription.RequiredPressureIndex;
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
960
tabletInfo.
PressureIndex
= pressureIndex;
1 reference to PressureIndex
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
274
_stylusPointDescription = new StylusPointDescription(propertyInfos, _tabletInfo.
PressureIndex
);