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, 248GenerateRawStylusData(data, _currentTabletDevice)) 321MatrixTransform screenToTablet = new MatrixTransform(_currentTabletDevice.TabletToScreen); 357_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 360if (_currentTabletDevice == null || _currentStylusDevice == null) 366_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 369if (_currentTabletDevice == null || _currentStylusDevice == null)