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)
306
SystemGesture? gesture = rsir.StylusDevice.
TabletDevice
.TabletDeviceImpl.GenerateStaticGesture(rsir);
968
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>();
2569
stylusDevice.
TabletDevice
.Id,