2 writes to _currentTabletDevice
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
361
_currentTabletDevice
= tablets?.GetByDeviceId(deviceId);
370
_currentTabletDevice
= tablets?.GetByDeviceId(deviceId);
8 references to _currentTabletDevice
PresentationCore (8)
System\Windows\InterOp\HwndPointerInputProvider.cs (8)
251
() => { return
_currentTabletDevice
.StylusPointDescription; },
252
_currentTabletDevice
.Id,
254
GenerateRawStylusData(data,
_currentTabletDevice
))
327
MatrixTransform screenToTablet = new MatrixTransform(
_currentTabletDevice
.TabletToScreen);
363
_currentStylusDevice =
_currentTabletDevice
?.GetStylusByCursorId(cursorId);
366
if (
_currentTabletDevice
== null || _currentStylusDevice == null)
372
_currentStylusDevice =
_currentTabletDevice
?.GetStylusByCursorId(cursorId);
375
if (
_currentTabletDevice
== null || _currentStylusDevice == null)