2 writes to _currentStylusDevice
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
363_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 372_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId);
8 references to _currentStylusDevice
PresentationCore (8)
System\Windows\InterOp\HwndPointerInputProvider.cs (8)
253_currentStylusDevice.Id, 256StylusDevice = _currentStylusDevice.StylusDevice, 272_currentStylusDevice.Update(this, _source, data, rsir); 277_currentStylusDevice.UpdateInteractions(rsir); 279InputReportEventArgs irea = new InputReportEventArgs(_currentStylusDevice.StylusDevice, rsir) 296handled = !_currentStylusDevice.IsPrimary; 366if (_currentTabletDevice == null || _currentStylusDevice == null) 375if (_currentTabletDevice == null || _currentStylusDevice == null)