1 write to TabletDeviceImpl
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
30
TabletDeviceImpl
= impl;
18 references to TabletDeviceImpl
PresentationCore (18)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
32
_stylusPointDescription = StylusDevice?.TabletDevice?.
TabletDeviceImpl
?.StylusPointDescription ?? _stylusPointDescription;
System\Windows\Input\Stylus\Common\TabletDevice.cs (11)
45
return
TabletDeviceImpl
.Target;
60
return
TabletDeviceImpl
.ActiveSource;
72
return
TabletDeviceImpl
.Id;
84
return
TabletDeviceImpl
.Name;
96
return
TabletDeviceImpl
.ProductId;
108
return
TabletDeviceImpl
.TabletHardwareCapabilities;
120
return
TabletDeviceImpl
.SupportedStylusPointProperties;
132
return
TabletDeviceImpl
.Type;
141
return
TabletDeviceImpl
.ToString();
153
return
TabletDeviceImpl
.StylusDevices;
169
return
TabletDeviceImpl
as T;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
306
SystemGesture? gesture = rsir.StylusDevice.TabletDevice.
TabletDeviceImpl
.GenerateStaticGesture(rsir);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
62
matrix *= tablet.
TabletDeviceImpl
.TabletToScreen;
163
ptTablet = ptTablet * stylusDevice.TabletDevice.
TabletDeviceImpl
.TabletToScreen;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
489
ptTablet = ptTablet * stylusDevice.TabletDevice.
TabletDeviceImpl
.TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
610
WispTabletDevice removedTablet = _tablets[iTablet].
TabletDeviceImpl
.As<WispTabletDevice>();
639
WispTabletDevice tabletDevice = tablet.
TabletDeviceImpl
.As<WispTabletDevice>();