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