2 implementations of TranslateAccelerator
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4117int UnsafeNativeMethods.IOleControlSite.TranslateAccelerator(ref NativeMethods.MSG pMsg, int grfModifiers) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
167int UnsafeNativeMethods.IOleControlSite.TranslateAccelerator(ref NativeMethods.MSG pMsg, int grfModifiers) {
1 reference to TranslateAccelerator
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
18564hr = ioleClientSite.TranslateAccelerator(ref lpmsg, keyState);