6 references to TabletDevice
PresentationCore (6)
System\Windows\Input\Stylus\Common\Tablet.cs (1)
24
return stylus.
TabletDevice
;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
307
SystemGesture? gesture = rsir.StylusDevice.
TabletDevice
.TabletDeviceImpl.GenerateStaticGesture(rsir);
969
return (stylusEventArgs?.StylusDevice?.
TabletDevice
?.Type == TabletDeviceType.Touch &&
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
289
var tablet = report.StylusDevice.
TabletDevice
.As<WispTabletDevice>();
320
tabletDevice = rawStylusInputReport?.StylusDevice?.
TabletDevice
?.As<WispTabletDevice>();
2581
stylusDevice.
TabletDevice
.Id,