2 writes to _currentStylusDevice
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
358_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 367_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId);
8 references to _currentStylusDevice
PresentationCore (8)
System\Windows\InterOp\HwndPointerInputProvider.cs (8)
248_currentStylusDevice.Id, 251StylusDevice = _currentStylusDevice.StylusDevice, 267_currentStylusDevice.Update(this, _source, data, rsir); 272_currentStylusDevice.UpdateInteractions(rsir); 274InputReportEventArgs irea = new InputReportEventArgs(_currentStylusDevice.StylusDevice, rsir) 291handled = !_currentStylusDevice.IsPrimary; 361if (_currentTabletDevice == null || _currentStylusDevice == null) 370if (_currentTabletDevice == null || _currentStylusDevice == null)