16 instantiations of MSG
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Application.cs (5)
878NativeMethods.MSG msg = new NativeMethods.MSG(); 2021NativeMethods.MSG msg = new NativeMethods.MSG(); 2063NativeMethods.MSG msg = new NativeMethods.MSG(); 2370private NativeMethods.MSG tempMsg = new NativeMethods.MSG(); 3521NativeMethods.MSG msg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\AxHost.cs (2)
2041NativeMethods.MSG win32Message = new NativeMethods.MSG(); 2110NativeMethods.MSG msg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\Control.cs (2)
5947NativeMethods.MSG msg = new NativeMethods.MSG(); 10856NativeMethods.MSG msg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\Form.cs (1)
5287NativeMethods.MSG win32Message = new NativeMethods.MSG();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4975NativeMethods.MSG mouseMsg = new NativeMethods.MSG(); 5058NativeMethods.MSG mouseMsg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\TabControl.cs (1)
2134NativeMethods.MSG msg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
857NativeMethods.MSG msg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
301NativeMethods.MSG win32Message = new NativeMethods.MSG(); 391NativeMethods.MSG msg = new NativeMethods.MSG();
57 references to MSG
System.Windows.Forms (57)
winforms\Managed\System\WinForms\Application.cs (11)
878NativeMethods.MSG msg = new NativeMethods.MSG(); 2021NativeMethods.MSG msg = new NativeMethods.MSG(); 2063NativeMethods.MSG msg = new NativeMethods.MSG(); 2064NativeMethods.MSG[] rgmsg = new NativeMethods.MSG[] {msg}; 2370private NativeMethods.MSG tempMsg = new NativeMethods.MSG(); 3521NativeMethods.MSG msg = new NativeMethods.MSG(); 3577internal bool ProcessFilters(ref NativeMethods.MSG msg, out bool modified) { 3643internal bool PreTranslateMessage(ref NativeMethods.MSG msg) { 3804bool UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(ref NativeMethods.MSG msg) { 3950bool UnsafeNativeMethods.IMsoComponent.FContinueMessageLoop(int reason, int pvLoopData, NativeMethods.MSG[] msgPeeked) {
winforms\Managed\System\WinForms\AxHost.cs (4)
2041NativeMethods.MSG win32Message = new NativeMethods.MSG(); 2110NativeMethods.MSG msg = new NativeMethods.MSG(); 4117int UnsafeNativeMethods.IOleControlSite.TranslateAccelerator(ref NativeMethods.MSG pMsg, int grfModifiers) { 6112int UnsafeNativeMethods.IOleInPlaceFrame.TranslateAccelerator(ref NativeMethods.MSG lpmsg, short wID) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (2)
312bool UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(ref NativeMethods.MSG msg) { 364bool UnsafeNativeMethods.IMsoComponent.FContinueMessageLoop(int reason, int pvLoopData, NativeMethods.MSG[] msgPeeked) {
winforms\Managed\System\WinForms\Control.cs (8)
5947NativeMethods.MSG msg = new NativeMethods.MSG(); 10856NativeMethods.MSG msg = new NativeMethods.MSG(); 15297int UnsafeNativeMethods.IOleControl.OnMnemonic(ref NativeMethods.MSG pMsg) { 15350int UnsafeNativeMethods.IOleInPlaceActiveObject.TranslateAccelerator(ref NativeMethods.MSG lpmsg) { 16565NativeMethods.MSG msg = (NativeMethods.MSG)UnsafeNativeMethods.PtrToStructure(lpmsg, typeof(NativeMethods.MSG)); 18488internal int TranslateAccelerator(ref NativeMethods.MSG lpmsg) {
winforms\Managed\System\WinForms\Form.cs (1)
5287NativeMethods.MSG win32Message = new NativeMethods.MSG();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4975NativeMethods.MSG mouseMsg = new NativeMethods.MSG(); 5058NativeMethods.MSG mouseMsg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
73public static extern bool IsAccelerator(HandleRef hAccel, int cAccelEntries, [In] ref NativeMethods.MSG lpMsg, short[] lpwCmd);
winforms\Managed\System\WinForms\TabControl.cs (1)
2134NativeMethods.MSG msg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1428NativeMethods.MSG* msg = (NativeMethods.MSG*)lparam;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
857NativeMethods.MSG msg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (19)
545public static extern bool IsDialogMessage(HandleRef hWndDlg, [In, Out] ref NativeMethods.MSG msg); 548public static extern bool TranslateMessage([In, Out] ref NativeMethods.MSG msg); 551public static extern IntPtr DispatchMessage([In] ref NativeMethods.MSG msg); 554public static extern IntPtr DispatchMessageA([In] ref NativeMethods.MSG msg); 557public static extern IntPtr DispatchMessageW([In] ref NativeMethods.MSG msg); 1041public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethods.MSG lParam); 1230public static extern bool PeekMessage([In, Out] ref NativeMethods.MSG msg, HandleRef hwnd, int msgMin, int msgMax, int remove); 1233public static extern bool PeekMessageW([In, Out] ref NativeMethods.MSG msg, HandleRef hwnd, int msgMin, int msgMax, int remove); 1236public static extern bool PeekMessageA([In, Out] ref NativeMethods.MSG msg, HandleRef hwnd, int msgMin, int msgMax, int remove); 1471public static extern bool TranslateMDISysAccel(IntPtr hWndClient, [In, Out] ref NativeMethods.MSG msg); 1562public static extern bool GetMessageA([In, Out] ref NativeMethods.MSG msg, HandleRef hWnd, int uMsgFilterMin, int uMsgFilterMax); 1566public static extern bool GetMessageW([In, Out] ref NativeMethods.MSG msg, HandleRef hWnd, int uMsgFilterMin, int uMsgFilterMax); 1820ref NativeMethods.MSG pMsg, 2101ref NativeMethods.MSG lpmsg, 2182ref NativeMethods.MSG msg, 5236bool FPreTranslateMessage(ref NativeMethods.MSG msg); 5369[MarshalAs(UnmanagedType.LPArray)] NativeMethods.MSG[] pMsgPeeked); 5580ref NativeMethods.MSG lpmsg); 5937ref NativeMethods.MSG pMsg);
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1834int UnsafeNativeMethods.IDocHostUIHandler.TranslateAccelerator(ref NativeMethods.MSG msg, ref Guid group, int nCmdID) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
301NativeMethods.MSG win32Message = new NativeMethods.MSG(); 391NativeMethods.MSG msg = new NativeMethods.MSG();
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
157int UnsafeNativeMethods.IOleInPlaceFrame.TranslateAccelerator(ref NativeMethods.MSG lpmsg, short wID) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
167int UnsafeNativeMethods.IOleControlSite.TranslateAccelerator(ref NativeMethods.MSG pMsg, int grfModifiers) {