2 references to VK_RIGHT
WindowsBase.Tests (2)
System\Windows\Input\KeyInteropTests.cs (2)
47
[InlineData(
VK_RIGHT
, Key.Right)]
286
[InlineData(Key.Right,
VK_RIGHT
)]