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