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