1 type derived from TabletDeviceInfo
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
18internal class PointerTabletDeviceInfo : TabletDeviceInfo
2 instantiations of TabletDeviceInfo
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
374TabletDeviceInfo _tabletDeviceInfo = new TabletDeviceInfo(); 865TabletDeviceInfo tabletInfo = new TabletDeviceInfo();
20 references to TabletDeviceInfo
PresentationCore (20)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
52protected TabletDeviceBase(TabletDeviceInfo info) 315protected TabletDeviceInfo _tabletInfo;
System\Windows\Input\Stylus\Wisp\PenThread.cs (2)
76internal TabletDeviceInfo[] WorkerGetTabletsInfo() 112internal TabletDeviceInfo WorkerGetTabletInfo(uint index)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (12)
130internal TabletDeviceInfo[] TabletDevicesInfo 149TabletDeviceInfo[] tablets = new TabletDeviceInfo[cTablets]; 168TabletDeviceInfo[] _tabletDevicesInfo = Array.Empty<TabletDeviceInfo>(); 344internal TabletDeviceInfo TabletDeviceInfo 374TabletDeviceInfo _tabletDeviceInfo = new TabletDeviceInfo(); 573internal TabletDeviceInfo[] WorkerGetTabletsInfo() 683internal TabletDeviceInfo WorkerGetTabletInfo(uint index) 863private static TabletDeviceInfo GetTabletInfoHelper(IPimcTablet3 pimcTablet) 865TabletDeviceInfo tabletInfo = new TabletDeviceInfo(); 907private static void InitializeSupportedStylusPointProperties(IPimcTablet3 pimcTablet, TabletDeviceInfo tabletInfo)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3483TabletDeviceInfo[] tabletdevices = penThread.WorkerGetTabletsInfo();
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
34internal WispTabletDevice(TabletDeviceInfo tabletInfo, PenThread penThread)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
276TabletDeviceInfo [] tabletdevices = penThread.WorkerGetTabletsInfo(); 424TabletDeviceInfo tabletInfo = penThread.WorkerGetTabletInfo(wisptisIndex);