15 references to KEYMODIFIERS
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
219HRESULT IOleControlSite.Interface.TranslateAccelerator(MSG* pMsg, KEYMODIFIERS grfModifiers)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
1909KEYMODIFIERS keyState = 0; 1912keyState |= KEYMODIFIERS.KEYMOD_SHIFT; 1917keyState |= KEYMODIFIERS.KEYMOD_CONTROL; 1922keyState |= KEYMODIFIERS.KEYMOD_ALT;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
132HRESULT IOleControlSite.Interface.TranslateAccelerator(MSG* pMsg, KEYMODIFIERS grfModifiers)
System.Windows.Forms.Primitives (9)
Windows.Win32.IOleControlSite.g.cs (7)
200 /// <inheritdoc cref="TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.System.Ole.KEYMODIFIERS)"/> 201 internal unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(in winmdroot.UI.WindowsAndMessaging.MSG pMsg, winmdroot.System.Ole.KEYMODIFIERS grfModifiers) 213 private static winmdroot.Foundation.HRESULT TranslateAccelerator(IOleControlSite* pThis, winmdroot.UI.WindowsAndMessaging.MSG* pMsg, winmdroot.System.Ole.KEYMODIFIERS grfModifiers) 238 public unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG* pMsg, winmdroot.System.Ole.KEYMODIFIERS grfModifiers) 240 return ((delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.System.Ole.KEYMODIFIERS ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleControlSite*)Unsafe.AsPointer(ref this), pMsg, grfModifiers); 338 internal delegate *unmanaged [Stdcall]<IOleControlSite*,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.System.Ole.KEYMODIFIERS ,winmdroot.Foundation.HRESULT> TranslateAccelerator_8; 387 unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG* pMsg, winmdroot.System.Ole.KEYMODIFIERS 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)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(this winmdroot.System.Ole.IOleControlSite.Interface @this, in winmdroot.UI.WindowsAndMessaging.MSG pMsg, winmdroot.System.Ole.KEYMODIFIERS grfModifiers)