5 references to GetMessage
System.Windows.Forms (3)
System\Windows\Forms\Application.ComponentManager.cs (1)
239
PInvoke.
GetMessage
(&msg, HWND.Null, 0, 0);
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
292
if (PInvoke.
GetMessage
(&msg, HWND.Null, 0, 0))
System\Windows\Forms\Application.LightThreadContext.cs (1)
91
PInvoke.
GetMessage
(&msg, HWND.Null, 0, 0);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
1613
/// <inheritdoc cref="
GetMessage
(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.Foundation.HWND, uint, uint)"/>
1619
winmdroot.Foundation.BOOL __result = PInvoke.
GetMessage
(lpMsgLocal, hWnd, wMsgFilterMin, wMsgFilterMax);