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