7 references to KeyInterop
PresentationCore (5)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (2)
819
Key key =
KeyInterop
.KeyFromVirtualKey(keyboardInput.VirtualKey);
836
Key key =
KeyInterop
.KeyFromVirtualKey(keyboardInput.VirtualKey);
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
258
wParam =
KeyInterop
.VirtualKeyFromKey(keyArgs.RealKey);
Core\CSharp\System\Windows\Input\Win32KeyboardDevice.cs (1)
97
int virtualKeyCode =
KeyInterop
.VirtualKeyFromKey(key);
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
2701
Key key =
KeyInterop
.KeyFromVirtualKey(virtualKey);
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
58
ki.union.keyboardInput.wVk = (short)
KeyInterop
.VirtualKeyFromKey( key );
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Input.cs (1)
136
ki.union.keyboardInput.wVk = (short)
KeyInterop
.VirtualKeyFromKey( key );