2 writes to _currentStylusDevice
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
357_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 366_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId);
8 references to _currentStylusDevice
PresentationCore (8)
System\Windows\InterOp\HwndPointerInputProvider.cs (8)
247_currentStylusDevice.Id, 250StylusDevice = _currentStylusDevice.StylusDevice, 266_currentStylusDevice.Update(this, _source, data, rsir); 271_currentStylusDevice.UpdateInteractions(rsir); 273InputReportEventArgs irea = new InputReportEventArgs(_currentStylusDevice.StylusDevice, rsir) 290handled = !_currentStylusDevice.IsPrimary; 360if (_currentTabletDevice == null || _currentStylusDevice == null) 369if (_currentTabletDevice == null || _currentStylusDevice == null)