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