6 references to Type
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
219
if (_stylusDevice.TabletDevice.
Type
!= TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
171
if (_stylusDevice.TabletDevice.
Type
== TabletDeviceType.Stylus)
386
if (_stylusDevice.TabletDevice.
Type
== TabletDeviceType.Stylus)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
985
return (stylusEventArgs?.StylusDevice?.TabletDevice?.
Type
== TabletDeviceType.Touch &&
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1537
stylusDevice.TabletDevice.
Type
== TabletDeviceType.Touch);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (1)
545
Debug.Assert(tabletDevice.
Type
!= (TabletDeviceType)(-1)); // make sure not the mouse tablet device!