4 references to VirtualKeyFromKey
PresentationCore (2)
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
258wParam = KeyInterop.VirtualKeyFromKey(keyArgs.RealKey);
Core\CSharp\System\Windows\Input\Win32KeyboardDevice.cs (1)
97int virtualKeyCode = KeyInterop.VirtualKeyFromKey(key);
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
58ki.union.keyboardInput.wVk = (short) KeyInterop.VirtualKeyFromKey( key );
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Input.cs (1)
136ki.union.keyboardInput.wVk = (short) KeyInterop.VirtualKeyFromKey( key );