1 write to TabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
55
TabletDevice
= new TabletDevice(this);
7 references to TabletDevice
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
399
return _tabletDevice.
TabletDevice
;
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
137
TabletDevices.Add(tablet.
TabletDevice
);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1066
return _tabletDevice.
TabletDevice
;
1289
group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.
TabletDevice
)));
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
333
if (Tablet.CurrentTabletDevice == this.
TabletDevice
)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
586
_deferredTablets.Add(removeTablet.
TabletDevice
);
625
_deferredTablets.Add(removedTablet.
TabletDevice
);