3 references to TabletDevice
PresentationCore (3)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
55
TabletDevice = new
TabletDevice
(this);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
338
tablet = new
TabletDevice
(new WispTabletDevice(tabletdevices[iTablet], penThread));
472
AddTablet(tabletIndex, new
TabletDevice
(new WispTabletDevice(tabletInfo, penThread)));