1 write to TabletDeviceImpl
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
39
TabletDeviceImpl
= impl;
18 references to TabletDeviceImpl
PresentationCore (18)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
34
_stylusPointDescription = StylusDevice?.TabletDevice?.
TabletDeviceImpl
?.StylusPointDescription ?? _stylusPointDescription;
System\Windows\Input\Stylus\Common\TabletDevice.cs (11)
54
return
TabletDeviceImpl
.Target;
69
return
TabletDeviceImpl
.ActiveSource;
81
return
TabletDeviceImpl
.Id;
93
return
TabletDeviceImpl
.Name;
105
return
TabletDeviceImpl
.ProductId;
117
return
TabletDeviceImpl
.TabletHardwareCapabilities;
129
return
TabletDeviceImpl
.SupportedStylusPointProperties;
141
return
TabletDeviceImpl
.Type;
150
return
TabletDeviceImpl
.ToString();
162
return
TabletDeviceImpl
.StylusDevices;
178
return
TabletDeviceImpl
as T;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
323
SystemGesture? gesture = rsir.StylusDevice.TabletDevice.
TabletDeviceImpl
.GenerateStaticGesture(rsir);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
74
matrix *= tablet.
TabletDeviceImpl
.TabletToScreen;
175
ptTablet = ptTablet * stylusDevice.TabletDevice.
TabletDeviceImpl
.TabletToScreen;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
511
ptTablet = ptTablet * stylusDevice.TabletDevice.
TabletDeviceImpl
.TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
616
WispTabletDevice removedTablet = _tablets[iTablet].
TabletDeviceImpl
.As<WispTabletDevice>();
645
WispTabletDevice tabletDevice = tablet.
TabletDeviceImpl
.As<WispTabletDevice>();