3 references to GetStylusByCursorId
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
64
if ((stylus = tablet.
GetStylusByCursorId
(cursorId)) != null)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
363
_currentStylusDevice = _currentTabletDevice?.
GetStylusByCursorId
(cursorId);
372
_currentStylusDevice = _currentTabletDevice?.
GetStylusByCursorId
(cursorId);