Base:
property
TabletDevice
System.Windows.Input.StylusDeviceBase.TabletDevice
11 references to TabletDevice
PresentationCore (11)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (3)
420transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 439transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 489ptTablet = ptTablet * stylusDevice.TabletDevice.TabletDeviceImpl.TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
933WispTabletDevice tabletDevice = stylusDevice.TabletDevice?.As<WispTabletDevice>(); 1058WispTabletDevice tabletDevice = stylusDevice.TabletDevice.As<WispTabletDevice>(); 1527return (stylusDevice != null && stylusDevice.TabletDevice != null && 1528stylusDevice.TabletDevice.Type == TabletDeviceType.Touch); 2683transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 2702transformTabletToView.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)
339PenContext penContext = _stylusLogic.GetStylusPenContextForHwnd(_inputSource, TabletDevice.Id); 361TabletDevice.Id,