5 writes to DeviceType
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
119DeviceType = TabletDeviceType.Stylus; 124DeviceType = TabletDeviceType.Stylus; 130DeviceType = TabletDeviceType.Touch; 136DeviceType = TabletDeviceType.Touch;
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
868tabletInfo.DeviceType = (TabletDeviceType)(deviceType -1);
7 references to DeviceType
PresentationCore (7)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (2)
52if (_tabletInfo.DeviceType == TabletDeviceType.Touch) 172return _tabletInfo.DeviceType;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
53return _tabletInfo.DeviceType == TabletDeviceType.Touch ? 65return _tabletInfo.DeviceType == TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
62_tabletInfo.DeviceType,
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
280if (tabletdevices[i].DeviceType == (TabletDeviceType)(-1)) 427if (tabletInfo.DeviceType == (TabletDeviceType)(-1))