1 implementation of OnMnemonic
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
55unsafe HRESULT IOleControl.Interface.OnMnemonic(MSG* pMsg)
4 references to OnMnemonic
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
344_axOleControl.OnMnemonic(&msg);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleControl.g.cs (1)
121 return __object.OnMnemonic(pMsg);
Windows.Win32.System_Ole_IOleControl_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.System.Ole.IOleControl.Interface.OnMnemonic(winmdroot.UI.WindowsAndMessaging.MSG*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.OnMnemonic(pMsgLocal);