8 instantiations of MSG
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1756MSG msg = new()
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
331MSG msg = new()
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Message.cs (1)
139internal MSG ToMSG() => new()
System.Windows.Forms.Tests (5)
ThreadContextTests.cs (5)
40MSG msg = new() 60MSG msg = new() 86MSG msg = new() 95msg = new MSG 104msg = new MSG
166 references to MSG
System.Private.Windows.Core (6)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
860 /// <inheritdoc cref="PeekMessage(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.Foundation.HWND, uint, uint, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE)"/> 862 internal static unsafe winmdroot.Foundation.BOOL PeekMessage(out winmdroot.UI.WindowsAndMessaging.MSG lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE wRemoveMsg) 864 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpMsgLocal = &lpMsg) 900 internal static extern unsafe winmdroot.Foundation.BOOL PeekMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE wRemoveMsg);
Windows\Win32\PInvokeCore.PeekMessage.cs (2)
8/// <inheritdoc cref="PeekMessage(MSG*, HWND, uint, uint, PEEK_MESSAGE_REMOVE_TYPE)"/> 10MSG* lpMsg,
System.Windows.Forms (42)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
709HRESULT IOleInPlaceFrame.Interface.TranslateAccelerator(MSG* lpmsg, ushort wID) => HRESULT.S_FALSE;
System\Windows\Forms\ActiveX\AxHost.cs (2)
1685MSG win32Message = msg.ToMSG(); 1756MSG msg = new()
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
219HRESULT IOleControlSite.Interface.TranslateAccelerator(MSG* pMsg, KEYMODIFIERS grfModifiers)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (4)
331/// <inheritdoc cref="IOleObject.DoVerb(int, MSG*, IOleClientSite*, int, HWND, RECT*)"/> 334MSG* lpmsg, 1839/// <inheritdoc cref="IOleInPlaceActiveObject.TranslateAccelerator(MSG*)"/> 1840internal unsafe HRESULT TranslateAccelerator(MSG* lpmsg)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (6)
54/// <inheritdoc cref="IOleControl.OnMnemonic(MSG*)"/> 55unsafe HRESULT IOleControl.Interface.OnMnemonic(MSG* pMsg) 91/// <inheritdoc cref="IOleInPlaceActiveObject.TranslateAccelerator(MSG*)"/> 92HRESULT IOleInPlaceActiveObject.Interface.TranslateAccelerator(MSG* lpmsg) 205/// <inheritdoc cref="IOleObject.DoVerb(int, MSG*, IOleClientSite*, int, HWND, RECT*)"/> 208MSG* lpmsg,
System\Windows\Forms\Application.ComponentManager.cs (2)
200MSG msg = default; 222MSG msg = default;
System\Windows\Forms\Application.ComponentThreadContext.cs (5)
287MSG msg = default; 359BOOL IMsoComponent.Interface.FPreTranslateMessage(MSG* msg) 360=> PreTranslateMessage(ref Unsafe.AsRef<MSG>(msg)); 411MSG* pMsgPeeked) 453MSG temp = default;
System\Windows\Forms\Application.cs (1)
815MSG msg = message.ToMSG();
System\Windows\Forms\Application.LightThreadContext.cs (3)
30MSG* pMsgPeeked) 63MSG temp = default; 79MSG msg = default;
System\Windows\Forms\Application.ThreadContext.cs (2)
833internal bool ProcessFilters(ref MSG msg, out bool modified) 907internal bool PreTranslateMessage(ref MSG msg)
System\Windows\Forms\Control.cs (3)
4725MSG msg = default; 8694/// See <see cref="Application.ThreadContext.PreTranslateMessage(ref MSG)"/>. 9134MSG msg = default;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4935MSG mouseMessage = default; 5008MSG mouseMsg = default;
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2044MSG msg = default;
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.HostedWindowsFormsMessageHook.cs (2)
87MSG* msg = (MSG*)(nint)lparam;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
51MSG msg = default;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
152unsafe HRESULT IDocHostUIHandler.TranslateAccelerator(MSG* lpMsg, Guid* pguidCmdGroup, uint nCmdID)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
243MSG win32Message = msg.ToMSG(); 331MSG msg = new()
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
151HRESULT IOleInPlaceFrame.Interface.TranslateAccelerator(MSG* lpmsg, ushort wID) => HRESULT.S_FALSE;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
132HRESULT IOleControlSite.Interface.TranslateAccelerator(MSG* pMsg, KEYMODIFIERS grfModifiers)
System\Windows\Forms\Form.cs (1)
4711MSG win32Message = msg.ToMSG();
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
490MSG msg = default;
System.Windows.Forms.Primitives (110)
Interop\Mshtml\Interop.IDocHostUIHandler.cs (1)
64MSG* lpMsg,
Interop\User32\WMExtensions.cs (3)
11public static bool IsMouseMessage(this ref MSG message) 17public static bool IsKeyMessage(this ref MSG message) 35this ref MSG message,
Microsoft\Office\IMsoComponent.cs (12)
36internal delegate* unmanaged[Stdcall]<IMsoComponent*, MSG*, BOOL> FPreTranslateMessage_5; 42internal delegate* unmanaged[Stdcall]<IMsoComponent*, msoloop, void*, MSG*, BOOL> FContinueMessageLoop_11; 54private static BOOL FPreTranslateMessage(IMsoComponent* @this, MSG* msg) 87private static BOOL FContinueMessageLoop(IMsoComponent* @this, msoloop uReason, void* pvLoopData, MSG* pMsgPeeked) 153/// <inheritdoc cref="Interface.FPreTranslateMessage(MSG*)"/> 154public BOOL FPreTranslateMessage(MSG* msg) 157return ((delegate* unmanaged[Stdcall]<IMsoComponent*, MSG*, BOOL>)_lpVtbl[4])(pThis, msg); 196/// <inheritdoc cref="Interface.FContinueMessageLoop(msoloop, void*, MSG*)"/> 197public BOOL FContinueMessageLoop(msoloop uReason, void* pvLoopData, MSG* pMsgPeeked) 200return ((delegate* unmanaged[Stdcall]<IMsoComponent*, msoloop, void*, MSG*, BOOL>)_lpVtbl[10]) 279BOOL FPreTranslateMessage(MSG* msg); 454MSG* pMsgPeeked);
Microsoft\Office\IMsoComponentManager.cs (5)
297/// (via <see cref="IMsoComponent.FPreTranslateMessage(MSG*)"/> and typically gets first chance 318/// (via <see cref="IMsoComponent.FPreTranslateMessage(MSG*)"/>) rather than to the active component. 461/// <see cref="IMsoComponent.FContinueMessageLoop(msoloop, void*, MSG*)"/> during each loop iteration. 462/// When <see cref="IMsoComponent.FContinueMessageLoop(msoloop, void*, MSG*)"/> returns <see cref="BOOL.FALSE"/>, 469/// to (by returning <see cref="BOOL.FALSE"/> from <see cref="IMsoComponent.FContinueMessageLoop(msoloop, void*, MSG*)"/>),
Microsoft\Office\msoloop.cs (1)
8/// The host should remain in message loop until <see cref="IMsoComponent.FContinueMessageLoop(msoloop, void*, MSG*)" />
System\Windows\Forms\Message.cs (2)
91internal static unsafe Message Create(MSG* msg) 139internal MSG ToMSG() => new()
Windows.Win32.IOleControl.g.cs (8)
99 /// <inheritdoc cref="OnMnemonic(winmdroot.UI.WindowsAndMessaging.MSG*)"/> 100 internal unsafe winmdroot.Foundation.HRESULT OnMnemonic(in winmdroot.UI.WindowsAndMessaging.MSG pMsg) 102 fixed (winmdroot.UI.WindowsAndMessaging.MSG* pMsgLocal = &pMsg) 112 private static winmdroot.Foundation.HRESULT OnMnemonic(IOleControl* pThis, winmdroot.UI.WindowsAndMessaging.MSG* pMsg) 140 public unsafe winmdroot.Foundation.HRESULT OnMnemonic(winmdroot.UI.WindowsAndMessaging.MSG* pMsg) 142 return ((delegate *unmanaged [Stdcall]<IOleControl*,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleControl*)Unsafe.AsPointer(ref this), pMsg); 238 internal delegate *unmanaged [Stdcall]<IOleControl*,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.Foundation.HRESULT> OnMnemonic_5; 275 unsafe winmdroot.Foundation.HRESULT OnMnemonic(winmdroot.UI.WindowsAndMessaging.MSG* pMsg);
Windows.Win32.IOleControlSite.g.cs (8)
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) 203 fixed (winmdroot.UI.WindowsAndMessaging.MSG* pMsgLocal = &pMsg) 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.IOleInPlaceActiveObject.g.cs (9)
114 /// <inheritdoc cref="TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG*)"/> 115 internal unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG? lpmsg) 117 winmdroot.UI.WindowsAndMessaging.MSG lpmsgLocal = lpmsg ?? default(winmdroot.UI.WindowsAndMessaging.MSG); 125 private static winmdroot.Foundation.HRESULT TranslateAccelerator(IOleInPlaceActiveObject* pThis, [Optional] winmdroot.UI.WindowsAndMessaging.MSG* lpmsg) 152 public unsafe winmdroot.Foundation.HRESULT TranslateAccelerator([Optional] winmdroot.UI.WindowsAndMessaging.MSG* lpmsg) 154 return ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), lpmsg); 329 internal delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.Foundation.HRESULT> TranslateAccelerator_6; 376 unsafe winmdroot.Foundation.HRESULT TranslateAccelerator([Optional] winmdroot.UI.WindowsAndMessaging.MSG* lpmsg);
Windows.Win32.IOleInPlaceFrame.g.cs (8)
449 /// <inheritdoc cref="TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG*, ushort)"/> 450 internal unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(in winmdroot.UI.WindowsAndMessaging.MSG lpmsg, ushort wID) 452 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpmsgLocal = &lpmsg) 462 private static winmdroot.Foundation.HRESULT TranslateAccelerator(IOleInPlaceFrame* pThis, winmdroot.UI.WindowsAndMessaging.MSG* lpmsg, ushort wID) 492 public unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG* lpmsg, ushort wID) 494 return ((delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.UI.WindowsAndMessaging.MSG* ,ushort ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IOleInPlaceFrame*)Unsafe.AsPointer(ref this), lpmsg, wID); 546 internal delegate *unmanaged [Stdcall]<IOleInPlaceFrame*,winmdroot.UI.WindowsAndMessaging.MSG* ,ushort ,winmdroot.Foundation.HRESULT> TranslateAccelerator_15; 617 unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG* lpmsg, ushort wID);
Windows.Win32.IOleObject.g.cs (8)
352 /// <inheritdoc cref="DoVerb(int, winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.System.Ole.IOleClientSite*, int, winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*)"/> 353 internal unsafe winmdroot.Foundation.HRESULT DoVerb(int iVerb, in winmdroot.UI.WindowsAndMessaging.MSG lpmsg, winmdroot.System.Ole.IOleClientSite* pActiveSite, int lindex, winmdroot.Foundation.HWND hwndParent, in winmdroot.Foundation.RECT lprcPosRect) 357 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpmsgLocal = &lpmsg) 368 private static winmdroot.Foundation.HRESULT DoVerb(IOleObject* pThis, int iVerb, winmdroot.UI.WindowsAndMessaging.MSG* lpmsg, winmdroot.System.Ole.IOleClientSite* pActiveSite, int lindex, winmdroot.Foundation.HWND hwndParent, winmdroot.Foundation.RECT* lprcPosRect) 401 public unsafe winmdroot.Foundation.HRESULT DoVerb(int iVerb, winmdroot.UI.WindowsAndMessaging.MSG* lpmsg, winmdroot.System.Ole.IOleClientSite* pActiveSite, int lindex, winmdroot.Foundation.HWND hwndParent, winmdroot.Foundation.RECT* lprcPosRect) 403 return ((delegate *unmanaged [Stdcall]<IOleObject*,int ,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.System.Ole.IOleClientSite* ,int ,winmdroot.Foundation.HWND ,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOleObject*)Unsafe.AsPointer(ref this), iVerb, lpmsg, pActiveSite, lindex, hwndParent, lprcPosRect); 923 internal delegate *unmanaged [Stdcall]<IOleObject*,int ,winmdroot.UI.WindowsAndMessaging.MSG* ,winmdroot.System.Ole.IOleClientSite* ,int ,winmdroot.Foundation.HWND ,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT> DoVerb_12; 1018 unsafe winmdroot.Foundation.HRESULT DoVerb(int iVerb, winmdroot.UI.WindowsAndMessaging.MSG* lpmsg, winmdroot.System.Ole.IOleClientSite* pActiveSite, int lindex, winmdroot.Foundation.HWND hwndParent, winmdroot.Foundation.RECT* lprcPosRect);
Windows.Win32.PInvoke.OLE32.dll.g.cs (4)
123 /// <inheritdoc cref="IsAccelerator(winmdroot.UI.WindowsAndMessaging.HACCEL, int, winmdroot.UI.WindowsAndMessaging.MSG*, ushort*)"/> 125 internal static unsafe winmdroot.Foundation.BOOL IsAccelerator(winmdroot.UI.WindowsAndMessaging.HACCEL hAccel, int cAccelEntries, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg, out ushort lpwCmd) 129 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpMsgLocal = &lpMsg) 149 internal static extern unsafe winmdroot.Foundation.BOOL IsAccelerator(winmdroot.UI.WindowsAndMessaging.HACCEL hAccel, int cAccelEntries, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, ushort* lpwCmd);
Windows.Win32.PInvoke.USER32.dll.g.cs (21)
636 /// <inheritdoc cref="DispatchMessage(winmdroot.UI.WindowsAndMessaging.MSG*)"/> 638 internal static unsafe winmdroot.Foundation.LRESULT DispatchMessage(in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 640 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpMsgLocal = &lpMsg) 661 internal static extern unsafe winmdroot.Foundation.LRESULT DispatchMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 1613 /// <inheritdoc cref="GetMessage(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.Foundation.HWND, uint, uint)"/> 1615 internal static unsafe winmdroot.Foundation.BOOL GetMessage(out winmdroot.UI.WindowsAndMessaging.MSG lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax) 1617 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpMsgLocal = &lpMsg) 1655 internal static unsafe winmdroot.Foundation.BOOL GetMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax) 1663 static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax); 2137 /// <inheritdoc cref="IsDialogMessage(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.MSG*)"/> 2139 internal static unsafe winmdroot.Foundation.BOOL IsDialogMessage(winmdroot.Foundation.HWND hDlg, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 2141 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpMsgLocal = &lpMsg) 2167 internal static extern unsafe winmdroot.Foundation.BOOL IsDialogMessage(winmdroot.Foundation.HWND hDlg, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 3783 /// <inheritdoc cref="TranslateMDISysAccel(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.MSG*)"/> 3785 internal static unsafe winmdroot.Foundation.BOOL TranslateMDISysAccel(winmdroot.Foundation.HWND hWndClient, in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 3787 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpMsgLocal = &lpMsg) 3811 internal static extern unsafe winmdroot.Foundation.BOOL TranslateMDISysAccel(winmdroot.Foundation.HWND hWndClient, winmdroot.UI.WindowsAndMessaging.MSG* lpMsg); 3813 /// <inheritdoc cref="TranslateMessage(winmdroot.UI.WindowsAndMessaging.MSG*)"/> 3815 internal static unsafe winmdroot.Foundation.BOOL TranslateMessage(in winmdroot.UI.WindowsAndMessaging.MSG lpMsg) 3817 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpMsgLocal = &lpMsg) 3839 internal static extern unsafe winmdroot.Foundation.BOOL TranslateMessage(winmdroot.UI.WindowsAndMessaging.MSG* lpMsg);
Windows.Win32.System_Ole_IOleControl_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.System.Ole.IOleControl.Interface.OnMnemonic(winmdroot.UI.WindowsAndMessaging.MSG*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT OnMnemonic(this winmdroot.System.Ole.IOleControl.Interface @this, in winmdroot.UI.WindowsAndMessaging.MSG pMsg) 36 fixed (winmdroot.UI.WindowsAndMessaging.MSG* pMsgLocal = &pMsg)
Windows.Win32.System_Ole_IOleControlSite_Extensions.g.cs (3)
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) 39 fixed (winmdroot.UI.WindowsAndMessaging.MSG* pMsgLocal = &pMsg)
Windows.Win32.System_Ole_IOleInPlaceActiveObject_Extensions.g.cs (4)
33 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceActiveObject.Interface.TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(this winmdroot.System.Ole.IOleInPlaceActiveObject.Interface @this, winmdroot.UI.WindowsAndMessaging.MSG? lpmsg) 36 winmdroot.UI.WindowsAndMessaging.MSG lpmsgLocal = lpmsg ?? default(winmdroot.UI.WindowsAndMessaging.MSG);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (3)
93 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.TranslateAccelerator(winmdroot.UI.WindowsAndMessaging.MSG*, ushort)"/> 94 internal static unsafe winmdroot.Foundation.HRESULT TranslateAccelerator(this winmdroot.System.Ole.IOleInPlaceFrame.Interface @this, in winmdroot.UI.WindowsAndMessaging.MSG lpmsg, ushort wID) 96 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpmsgLocal = &lpmsg)
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (3)
36 /// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.DoVerb(int, winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.System.Ole.IOleClientSite*, int, winmdroot.Foundation.HWND, winmdroot.Foundation.RECT*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT DoVerb(this winmdroot.System.Ole.IOleObject.Interface @this, int iVerb, in winmdroot.UI.WindowsAndMessaging.MSG lpmsg, winmdroot.System.Ole.IOleClientSite* pActiveSite, int lindex, winmdroot.Foundation.HWND hwndParent, in winmdroot.Foundation.RECT lprcPosRect) 41 fixed (winmdroot.UI.WindowsAndMessaging.MSG* lpmsgLocal = &lpmsg)
Windows\Win32\PInvoke.DispatchMessageA.cs (2)
10/// <inheritdoc cref="DispatchMessage(MSG*)"/> 12public static extern unsafe LRESULT DispatchMessageA(MSG* msg);
Windows\Win32\PInvoke.IsAccelerator.cs (2)
8/// <inheritdoc cref="IsAccelerator(HACCEL, int, MSG*, ushort*)"/> 9public static unsafe bool IsAccelerator<T>(T hAccel, int cAccelEntries, MSG* lpMsg, ushort* lpwCmd)
System.Windows.Forms.Tests (7)
System\Windows\Forms\Application.ComponentManagerTests.cs (2)
350BOOL IMsoComponent.Interface.FPreTranslateMessage(MSG* msg) 374MSG* pMsgPeeked) => _mock.FContinueMessageLoop(uReason, pvLoopData, pMsgPeeked);
System\Windows\Forms\ToolTipTests.cs (1)
857MSG msg = default;
ThreadContextTests.cs (4)
24MSG msg = default; 40MSG msg = new() 60MSG msg = new() 86MSG msg = new()