2 writes to wVk
UIAutomationClient (2)
MS\Internal\Automation\Input.cs (2)
58ki.union.keyboardInput.wVk = (short) KeyInterop.VirtualKeyFromKey( key ); 84ki.union.keyboardInput.wVk = vk;
1 reference to wVk
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
59ki.union.keyboardInput.wScan = (short) UnsafeNativeMethods.MapVirtualKey( ki.union.keyboardInput.wVk, 0 );