8 references to DispatchMessage
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1882PInvoke.DispatchMessage(lpmsg);
System\Windows\Forms\Application.ComponentManager.cs (1)
260PInvoke.DispatchMessage(&msg);
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
297PInvoke.DispatchMessage(&msg);
System\Windows\Forms\Application.LightThreadContext.cs (1)
109PInvoke.DispatchMessage(&msg);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
494PInvoke.DispatchMessage(&msg);
System.Windows.Forms.Primitives (3)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
636 /// <inheritdoc cref="DispatchMessage(winmdroot.UI.WindowsAndMessaging.MSG*)"/> 642 winmdroot.Foundation.LRESULT __result = PInvoke.DispatchMessage(lpMsgLocal);
Windows\Win32\PInvoke.DispatchMessageA.cs (1)
10/// <inheritdoc cref="DispatchMessage(MSG*)"/>