2 references to WM_KEYDOWN
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
976Misc.ProxySendMessage(hwndEdit, NativeMethods.WM_KEYDOWN, key, new IntPtr(scanCode));
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
440Misc.ProxySendMessage(_hwnd, NativeMethods.WM_KEYDOWN, wParam, IntPtr.Zero);