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)
363_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId); 372_currentStylusDevice = _currentTabletDevice?.GetStylusByCursorId(cursorId);