Base:
property
TabletDevice
System.Windows.Input.StylusDeviceBase.TabletDevice
8 references to TabletDevice
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
219
if (_stylusDevice.
TabletDevice
.Type != TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
171
if (_stylusDevice.
TabletDevice
.Type == TabletDeviceType.Stylus)
386
if (_stylusDevice.
TabletDevice
.Type == TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
657
TabletDevice
.Id,
849
TabletDevice
.Id,
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (3)
175
ptTablet = ptTablet * stylusDevice.
TabletDevice
.TabletDeviceImpl.TabletToScreen;
456
transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(stylusDevice.
TabletDevice
))); // this gives matrix in measured units (not device)
475
transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(stylusDevice.
TabletDevice
))); // this gives matrix in measured units (not device)