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