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,
251
StylusDevice =
_currentStylusDevice
.StylusDevice,
267
_currentStylusDevice
.Update(this, _source, data, rsir);
272
_currentStylusDevice
.UpdateInteractions(rsir);
274
InputReportEventArgs irea = new InputReportEventArgs(
_currentStylusDevice
.StylusDevice, rsir)
291
handled = !
_currentStylusDevice
.IsPrimary;
361
if (_currentTabletDevice == null ||
_currentStylusDevice
== null)
370
if (_currentTabletDevice == null ||
_currentStylusDevice
== null)