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