2 implementations of TranslateAccelerator
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
219
HRESULT IOleControlSite.Interface.
TranslateAccelerator
(MSG* pMsg, KEYMODIFIERS grfModifiers)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
132
HRESULT IOleControlSite.Interface.
TranslateAccelerator
(MSG* pMsg, KEYMODIFIERS grfModifiers)
3 references to TranslateAccelerator
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleControlSite.g.cs (1)
222
return __object.
TranslateAccelerator
(pMsg, grfModifiers);
Windows.Win32.System_Ole_IOleControlSite_Extensions.g.cs (2)
36
/// <inheritdoc cref="winmdroot.System.Ole.IOleControlSite.Interface.
TranslateAccelerator
(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.System.Ole.KEYMODIFIERS)"/>
41
winmdroot.Foundation.HRESULT __result = @this.
TranslateAccelerator
(pMsgLocal, grfModifiers);