9 references to Touch
PresentationCore (9)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
51
if (_tabletInfo.DeviceType == TabletDeviceType.
Touch
)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
969
return (stylusEventArgs?.StylusDevice?.TabletDevice?.Type == TabletDeviceType.
Touch
&&
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
112
if (tabletDevice.Type == TabletDeviceType.
Touch
)
811
if (PointerTabletDevice.Type == TabletDeviceType.
Touch
)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
52
return _tabletInfo.DeviceType == TabletDeviceType.
Touch
?
64
return _tabletInfo.DeviceType == TabletDeviceType.
Touch
?
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
129
DeviceType = TabletDeviceType.
Touch
;
135
DeviceType = TabletDeviceType.
Touch
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1538
stylusDevice.TabletDevice.Type == TabletDeviceType.
Touch
);