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, 249GenerateRawStylusData(data, _currentTabletDevice)) 322MatrixTransform screenToTablet = new MatrixTransform(_currentTabletDevice.TabletToScreen); 358_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 361if (_currentTabletDevice == null || _currentStylusDevice == null) 367_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 370if (_currentTabletDevice == null || _currentStylusDevice == null)