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,
250
StylusDevice =
_currentStylusDevice
.StylusDevice,
266
_currentStylusDevice
.Update(this, _source, data, rsir);
271
_currentStylusDevice
.UpdateInteractions(rsir);
273
InputReportEventArgs irea = new InputReportEventArgs(
_currentStylusDevice
.StylusDevice, rsir)
290
handled = !
_currentStylusDevice
.IsPrimary;
360
if (_currentTabletDevice == null ||
_currentStylusDevice
== null)
369
if (_currentTabletDevice == null ||
_currentStylusDevice
== null)