4 references to StylusPointDescription
PresentationCore (4)
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (1)
187: this(mode, timestamp, inputSource, actions, () => { return penContext.StylusPointDescription; }, tabletDeviceId, stylusDeviceId, data)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
496int pointLength = inputReport.PenContext.StylusPointDescription.GetInputArrayLengthPerPoint();
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
362tabletDevice.UpdateSizeDeltas(penContext.StylusPointDescription, this);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
377StylusPointDescription.AreCompatible(penContext.StylusPointDescription, _eventStylusPoints.Description))