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