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