23 references to TabletDeviceType
PresentationCore (23)
System\Windows\Input\Stylus\Common\StylusTraceLogger.cs (1)
110Size tabletSize, Size screenSize, TabletDeviceType deviceType, int maxContacts)
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
136public TabletDeviceType Type
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
59if (_tabletInfo.DeviceType == TabletDeviceType.Touch) 174internal TabletDeviceType Type
System\Windows\Input\Stylus\Common\TabletDeviceInfo.cs (1)
44public TabletDeviceType DeviceType;
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
219if (_stylusDevice.TabletDevice.Type != TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
171if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 386if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
985return (stylusEventArgs?.StylusDevice?.TabletDevice?.Type == TabletDeviceType.Touch &&
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
121if (tabletDevice.Type == TabletDeviceType.Touch) 480return _tabletDevice.Type == TabletDeviceType.Stylus 835if (PointerTabletDevice.Type == TabletDeviceType.Touch)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
57return _tabletInfo.DeviceType == TabletDeviceType.Touch ? 69return _tabletInfo.DeviceType == TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
123DeviceType = TabletDeviceType.Stylus; 128DeviceType = TabletDeviceType.Stylus; 134DeviceType = TabletDeviceType.Touch; 140DeviceType = TabletDeviceType.Touch;
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
880tabletInfo.DeviceType = (TabletDeviceType)(deviceType -1);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1537stylusDevice.TabletDevice.Type == TabletDeviceType.Touch);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (3)
286if (tabletdevices[i].DeviceType == (TabletDeviceType)(-1)) 433if (tabletInfo.DeviceType == (TabletDeviceType)(-1)) 545Debug.Assert(tabletDevice.Type != (TabletDeviceType)(-1)); // make sure not the mouse tablet device!