9 references to Touch
PresentationCore (9)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
51if (_tabletInfo.DeviceType == TabletDeviceType.Touch)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
969return (stylusEventArgs?.StylusDevice?.TabletDevice?.Type == TabletDeviceType.Touch &&
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
112if (tabletDevice.Type == TabletDeviceType.Touch) 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 (2)
129DeviceType = TabletDeviceType.Touch; 135DeviceType = TabletDeviceType.Touch;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1538stylusDevice.TabletDevice.Type == TabletDeviceType.Touch);