3 references to VkKeyScan
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (2)
16900accel.key = (short)(UnsafeNativeMethods.VkKeyScan(ch) & 0x00FF); 16914short scan = (short)(UnsafeNativeMethods.VkKeyScan(ch));
winforms\Managed\System\WinForms\SendKeys.cs (1)
163int vk = UnsafeNativeMethods.VkKeyScan(character);