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