5 writes to DeviceType
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
118
DeviceType
= TabletDeviceType.Stylus;
123
DeviceType
= TabletDeviceType.Stylus;
129
DeviceType
= TabletDeviceType.Touch;
135
DeviceType
= TabletDeviceType.Touch;
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
870
tabletInfo.
DeviceType
= (TabletDeviceType)(deviceType -1);
7 references to DeviceType
PresentationCore (7)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
51
if (_tabletInfo.
DeviceType
== TabletDeviceType.Touch)
171
return _tabletInfo.
DeviceType
;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
52
return _tabletInfo.
DeviceType
== TabletDeviceType.Touch ?
64
return _tabletInfo.
DeviceType
== TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
61
_tabletInfo.
DeviceType
,
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
281
if (tabletdevices[i].
DeviceType
== (TabletDeviceType)(-1))
428
if (tabletInfo.
DeviceType
== (TabletDeviceType)(-1))