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,
256
StylusDevice =
_currentStylusDevice
.StylusDevice,
272
_currentStylusDevice
.Update(this, _source, data, rsir);
277
_currentStylusDevice
.UpdateInteractions(rsir);
279
InputReportEventArgs irea = new InputReportEventArgs(
_currentStylusDevice
.StylusDevice, rsir)
296
handled = !
_currentStylusDevice
.IsPrimary;
366
if (_currentTabletDevice == null ||
_currentStylusDevice
== null)
375
if (_currentTabletDevice == null ||
_currentStylusDevice
== null)