1 write to TabletDeviceImpl
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
29
TabletDeviceImpl
= impl;
18 references to TabletDeviceImpl
PresentationCore (18)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
31
_stylusPointDescription = StylusDevice?.TabletDevice?.
TabletDeviceImpl
?.StylusPointDescription ?? _stylusPointDescription;
System\Windows\Input\Stylus\Common\TabletDevice.cs (11)
44
return
TabletDeviceImpl
.Target;
59
return
TabletDeviceImpl
.ActiveSource;
71
return
TabletDeviceImpl
.Id;
83
return
TabletDeviceImpl
.Name;
95
return
TabletDeviceImpl
.ProductId;
107
return
TabletDeviceImpl
.TabletHardwareCapabilities;
119
return
TabletDeviceImpl
.SupportedStylusPointProperties;
131
return
TabletDeviceImpl
.Type;
140
return
TabletDeviceImpl
.ToString();
152
return
TabletDeviceImpl
.StylusDevices;
168
return
TabletDeviceImpl
as T;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
307
SystemGesture? gesture = rsir.StylusDevice.TabletDevice.
TabletDeviceImpl
.GenerateStaticGesture(rsir);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
61
matrix *= tablet.
TabletDeviceImpl
.TabletToScreen;
162
ptTablet *= stylusDevice.TabletDevice.
TabletDeviceImpl
.TabletToScreen;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
488
ptTablet *= stylusDevice.TabletDevice.
TabletDeviceImpl
.TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
611
WispTabletDevice removedTablet = _tablets[iTablet].
TabletDeviceImpl
.As<WispTabletDevice>();
640
WispTabletDevice tabletDevice = tablet.
TabletDeviceImpl
.As<WispTabletDevice>();