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, 254GenerateRawStylusData(data, _currentTabletDevice)) 327MatrixTransform screenToTablet = new MatrixTransform(_currentTabletDevice.TabletToScreen); 363_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 366if (_currentTabletDevice == null || _currentStylusDevice == null) 372_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 375if (_currentTabletDevice == null || _currentStylusDevice == null)