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