2 writes to _currentTabletDevice
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
356
_currentTabletDevice
= tablets?.GetByDeviceId(deviceId);
365
_currentTabletDevice
= tablets?.GetByDeviceId(deviceId);
8 references to _currentTabletDevice
PresentationCore (8)
System\Windows\InterOp\HwndPointerInputProvider.cs (8)
246
() => { return
_currentTabletDevice
.StylusPointDescription; },
247
_currentTabletDevice
.Id,
249
GenerateRawStylusData(data,
_currentTabletDevice
))
322
MatrixTransform screenToTablet = new MatrixTransform(
_currentTabletDevice
.TabletToScreen);
358
_currentStylusDevice =
_currentTabletDevice
?.GetStylusByCursorId(cursorId);
361
if (
_currentTabletDevice
== null || _currentStylusDevice == null)
367
_currentStylusDevice =
_currentTabletDevice
?.GetStylusByCursorId(cursorId);
370
if (
_currentTabletDevice
== null || _currentStylusDevice == null)