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