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