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