6 references to TabletDeviceId
PresentationCore (6)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
56
public int TabletDeviceId { get { return _report.
TabletDeviceId
; } }
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1346
rawStylusInputReport.
TabletDeviceId
,
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
223
coalescedMove.
TabletDeviceId
,
902
stylusInputReport.
TabletDeviceId
,
2801
rawStylusInputReport.
TabletDeviceId
,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1399
Debug.Assert(report.
TabletDeviceId
== _tabletDevice.Id);