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