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