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