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