2 writes to wVk
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Input.cs (2)
129
ki.union.keyboardInput.
wVk
= (short) KeyInterop.VirtualKeyFromKey( key );
156
ki.union.keyboardInput.
wVk
= vk;
2 references to wVk
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Input.cs (2)
130
ki.union.keyboardInput.wScan = (short)SafeNativeMethods.MapVirtualKey(ki.union.keyboardInput.
wVk
, 0);
137
if (IsExtendedKey(ki.union.keyboardInput.
wVk
))