2 references to VK_OEM_BACKTAB
WindowsBase.Tests (2)
System\Windows\Input\KeyInteropTests.cs (2)
236
[InlineData(
VK_OEM_BACKTAB
, Key.OemBackTab)]
435
[InlineData(Key.OemBackTab,
VK_OEM_BACKTAB
)]