5 writes to DeviceType
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
123
DeviceType
= TabletDeviceType.Stylus;
128
DeviceType
= TabletDeviceType.Stylus;
134
DeviceType
= TabletDeviceType.Touch;
140
DeviceType
= TabletDeviceType.Touch;
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
880
tabletInfo.
DeviceType
= (TabletDeviceType)(deviceType -1);
7 references to DeviceType
PresentationCore (7)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
59
if (_tabletInfo.
DeviceType
== TabletDeviceType.Touch)
179
return _tabletInfo.
DeviceType
;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
57
return _tabletInfo.
DeviceType
== TabletDeviceType.Touch ?
69
return _tabletInfo.
DeviceType
== TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
71
_tabletInfo.
DeviceType
,
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
286
if (tabletdevices[i].
DeviceType
== (TabletDeviceType)(-1))
433
if (tabletInfo.
DeviceType
== (TabletDeviceType)(-1))