23 references to TabletDeviceType
PresentationCore (23)
System\Windows\Input\Stylus\Common\StylusTraceLogger.cs (1)
102Size tabletSize, Size screenSize, TabletDeviceType deviceType, int maxContacts)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
126public TabletDeviceType Type
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
51if (_tabletInfo.DeviceType == TabletDeviceType.Touch) 166internal TabletDeviceType Type
System\Windows\Input\Stylus\Common\TabletDeviceInfo.cs (1)
39public TabletDeviceType DeviceType;
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
198if (_stylusDevice.TabletDevice.Type != TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
154if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 369if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
969return (stylusEventArgs?.StylusDevice?.TabletDevice?.Type == TabletDeviceType.Touch &&
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
112if (tabletDevice.Type == TabletDeviceType.Touch) 455return _tabletDevice.Type == TabletDeviceType.Stylus 811if (PointerTabletDevice.Type == TabletDeviceType.Touch)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
52return _tabletInfo.DeviceType == TabletDeviceType.Touch ? 64return _tabletInfo.DeviceType == TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
118DeviceType = TabletDeviceType.Stylus; 123DeviceType = TabletDeviceType.Stylus; 129DeviceType = TabletDeviceType.Touch; 135DeviceType = TabletDeviceType.Touch;
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
870tabletInfo.DeviceType = (TabletDeviceType)(deviceType -1);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1538stylusDevice.TabletDevice.Type == TabletDeviceType.Touch);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (3)
281if (tabletdevices[i].DeviceType == (TabletDeviceType)(-1)) 428if (tabletInfo.DeviceType == (TabletDeviceType)(-1)) 540Debug.Assert(tabletDevice.Type != (TabletDeviceType)(-1)); // make sure not the mouse tablet device!