2 writes to _currentTabletDevice
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
355
_currentTabletDevice
= tablets?.GetByDeviceId(deviceId);
364
_currentTabletDevice
= tablets?.GetByDeviceId(deviceId);
8 references to _currentTabletDevice
PresentationCore (8)
System\Windows\InterOp\HwndPointerInputProvider.cs (8)
245
() => { return
_currentTabletDevice
.StylusPointDescription; },
246
_currentTabletDevice
.Id,
248
GenerateRawStylusData(data,
_currentTabletDevice
))
321
MatrixTransform screenToTablet = new MatrixTransform(
_currentTabletDevice
.TabletToScreen);
357
_currentStylusDevice =
_currentTabletDevice
?.GetStylusByCursorId(cursorId);
360
if (
_currentTabletDevice
== null || _currentStylusDevice == null)
366
_currentStylusDevice =
_currentTabletDevice
?.GetStylusByCursorId(cursorId);
369
if (
_currentTabletDevice
== null || _currentStylusDevice == null)