2 references to GetScanCode
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (1)
526int scanCode = GetScanCode(msg.wParam, msg.lParam);
System\Windows\InterOp\HwndSource.cs (1)
2357int scanCode = HwndKeyboardInputProvider.GetScanCode(msg.wParam, msg.lParam);