2 implementations of TranslateAccelerator
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
709
HRESULT IOleInPlaceFrame.Interface.
TranslateAccelerator
(MSG* lpmsg, ushort wID) => HRESULT.S_FALSE;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
151
HRESULT IOleInPlaceFrame.Interface.
TranslateAccelerator
(MSG* lpmsg, ushort wID) => HRESULT.S_FALSE;
3 references to TranslateAccelerator
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
471
return __object.
TranslateAccelerator
(lpmsg, wID);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
93
/// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.
TranslateAccelerator
(winmdroot.UI.WindowsAndMessaging.MSG*, ushort)"/>
98
winmdroot.Foundation.HRESULT __result = @this.
TranslateAccelerator
(lpmsgLocal, wID);