1 type derived from TabletDeviceInfo
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
13
internal class PointerTabletDeviceInfo :
TabletDeviceInfo
2 instantiations of TabletDeviceInfo
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
361
private TabletDeviceInfo _tabletDeviceInfo = new
TabletDeviceInfo
();
854
TabletDeviceInfo tabletInfo = new
TabletDeviceInfo
20 references to TabletDeviceInfo
PresentationCore (20)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
44
protected TabletDeviceBase(
TabletDeviceInfo
info)
307
protected
TabletDeviceInfo
_tabletInfo;
System\Windows\Input\Stylus\Wisp\PenThread.cs (2)
60
internal
TabletDeviceInfo
[] WorkerGetTabletsInfo()
96
internal
TabletDeviceInfo
WorkerGetTabletInfo(uint index)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (12)
117
internal
TabletDeviceInfo
[] TabletDevicesInfo
136
TabletDeviceInfo
[] tablets = new
TabletDeviceInfo
[cTablets];
155
private
TabletDeviceInfo
[] _tabletDevicesInfo = Array.Empty<
TabletDeviceInfo
>();
331
internal
TabletDeviceInfo
TabletDeviceInfo
361
private
TabletDeviceInfo
_tabletDeviceInfo = new TabletDeviceInfo();
562
internal
TabletDeviceInfo
[] WorkerGetTabletsInfo()
672
internal
TabletDeviceInfo
WorkerGetTabletInfo(uint index)
852
private static
TabletDeviceInfo
GetTabletInfoHelper(IPimcTablet3 pimcTablet)
854
TabletDeviceInfo
tabletInfo = new TabletDeviceInfo
897
private static void InitializeSupportedStylusPointProperties(IPimcTablet3 pimcTablet,
TabletDeviceInfo
tabletInfo)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3496
TabletDeviceInfo
[] tabletdevices = penThread.WorkerGetTabletsInfo();
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
24
internal WispTabletDevice(
TabletDeviceInfo
tabletInfo, PenThread penThread)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
271
TabletDeviceInfo
[] tabletdevices = penThread.WorkerGetTabletsInfo();
419
TabletDeviceInfo
tabletInfo = penThread.WorkerGetTabletInfo(wisptisIndex);