3 references to TranslateAccelerator
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1925
return controlSite.Value->
TranslateAccelerator
(lpmsg, keyState);
System.Windows.Forms.Primitives (2)
Windows.Win32.IOleControlSite.g.cs (2)
200
/// <inheritdoc cref="
TranslateAccelerator
(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.System.Ole.KEYMODIFIERS)"/>
205
winmdroot.Foundation.HRESULT __result = this.
TranslateAccelerator
(pMsgLocal, grfModifiers);