2 writes to wVk
UIAutomationClient (2)
MS\Internal\Automation\input.cs (2)
52ki.union.keyboardInput.wVk = (short) KeyInterop.VirtualKeyFromKey( key ); 80ki.union.keyboardInput.wVk = vk;
1 reference to wVk
UIAutomationClient (1)
MS\Internal\Automation\input.cs (1)
53ki.union.keyboardInput.wScan = (short) UnsafeNativeMethods.MapVirtualKey( ki.union.keyboardInput.wVk, 0 );