6 writes to wScan
System.Windows.Forms (3)
System\Windows\Forms\SendKeys\SendKeys.cs (3)
684currentInput[0].Anonymous.ki.wScan = (ushort)skEvent.ParamL; 686currentInput[1].Anonymous.ki.wScan = (ushort)skEvent.ParamL; 694currentInput[0].Anonymous.ki.wScan = 0;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
135keyboardInput.Anonymous.ki.wScan = 0;
System.Windows.Forms.UI.IntegrationTests (2)
Input\InputBuilder.cs (2)
20wScan = (ushort)(PInvoke.MapVirtualKey((uint)keyCode, MAP_VIRTUAL_KEY_TYPE.MAPVK_VK_TO_VSC) & 0xFFU), 47wScan = scanCode,