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