1 implementation of OnMnemonic
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15297int UnsafeNativeMethods.IOleControl.OnMnemonic(ref NativeMethods.MSG pMsg) {
2 references to OnMnemonic
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2124GetOleControl().OnMnemonic(ref msg);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
402this.axOleControl.OnMnemonic(ref msg);