Base:
property
TabletDevice
System.Windows.Input.StylusDeviceBase.TabletDevice
11 references to TabletDevice
PresentationCore (11)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (3)
419
transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.
TabletDevice
))); // this gives matrix in measured units (not device)
438
transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.
TabletDevice
))); // this gives matrix in measured units (not device)
488
ptTablet *= stylusDevice.
TabletDevice
.TabletDeviceImpl.TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
941
WispTabletDevice tabletDevice = stylusDevice.
TabletDevice
?.As<WispTabletDevice>();
1066
WispTabletDevice tabletDevice = stylusDevice.
TabletDevice
.As<WispTabletDevice>();
1537
return (stylusDevice != null && stylusDevice.
TabletDevice
!= null &&
1538
stylusDevice.
TabletDevice
.Type == TabletDeviceType.Touch);
2697
transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.
TabletDevice
))); // this gives matrix in measured units (not device)
2716
transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.
TabletDevice
))); // this gives matrix in measured units (not device)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
335
PenContext penContext = _stylusLogic.GetStylusPenContextForHwnd(_inputSource,
TabletDevice
.Id);
357
TabletDevice
.Id,