9 references to Touch
PresentationCore (9)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
59if (_tabletInfo.DeviceType == TabletDeviceType.Touch)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
985return (stylusEventArgs?.StylusDevice?.TabletDevice?.Type == TabletDeviceType.Touch &&
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
121if (tabletDevice.Type == TabletDeviceType.Touch) 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 (2)
134DeviceType = TabletDeviceType.Touch; 140DeviceType = TabletDeviceType.Touch;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1537stylusDevice.TabletDevice.Type == TabletDeviceType.Touch);