1 type derived from TabletDeviceInfo
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
14
internal class PointerTabletDeviceInfo :
TabletDeviceInfo
2 instantiations of TabletDeviceInfo
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
362
TabletDeviceInfo _tabletDeviceInfo = new
TabletDeviceInfo
();
853
TabletDeviceInfo tabletInfo = new
TabletDeviceInfo
();
20 references to TabletDeviceInfo
PresentationCore (20)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
45
protected TabletDeviceBase(
TabletDeviceInfo
info)
308
protected
TabletDeviceInfo
_tabletInfo;
System\Windows\Input\Stylus\Wisp\PenThread.cs (2)
64
internal
TabletDeviceInfo
[] WorkerGetTabletsInfo()
100
internal
TabletDeviceInfo
WorkerGetTabletInfo(uint index)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (12)
118
internal
TabletDeviceInfo
[] TabletDevicesInfo
137
TabletDeviceInfo
[] tablets = new
TabletDeviceInfo
[cTablets];
156
TabletDeviceInfo
[] _tabletDevicesInfo = Array.Empty<
TabletDeviceInfo
>();
332
internal
TabletDeviceInfo
TabletDeviceInfo
362
TabletDeviceInfo
_tabletDeviceInfo = new TabletDeviceInfo();
561
internal
TabletDeviceInfo
[] WorkerGetTabletsInfo()
671
internal
TabletDeviceInfo
WorkerGetTabletInfo(uint index)
851
private static
TabletDeviceInfo
GetTabletInfoHelper(IPimcTablet3 pimcTablet)
853
TabletDeviceInfo
tabletInfo = new TabletDeviceInfo();
895
private static void InitializeSupportedStylusPointProperties(IPimcTablet3 pimcTablet,
TabletDeviceInfo
tabletInfo)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3474
TabletDeviceInfo
[] tabletdevices = penThread.WorkerGetTabletsInfo();
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
25
internal WispTabletDevice(
TabletDeviceInfo
tabletInfo, PenThread penThread)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
270
TabletDeviceInfo
[] tabletdevices = penThread.WorkerGetTabletsInfo();
418
TabletDeviceInfo
tabletInfo = penThread.WorkerGetTabletInfo(wisptisIndex);