2 references to GetScanCode
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
589
int scanCode =
GetScanCode
(msg.wParam, msg.lParam);
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2699
int scanCode = HwndKeyboardInputProvider.
GetScanCode
(msg.wParam, msg.lParam);