6 references to RunMessageLoop
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (6)
1023
ThreadContext.FromCurrent().
RunMessageLoop
(NativeMethods.MSOCM.msoloopDoEvents, null);
1029
ThreadContext.FromCurrent().
RunMessageLoop
(NativeMethods.MSOCM.msoloopDoEventsModal, null);
1486
ThreadContext.FromCurrent().
RunMessageLoop
(NativeMethods.MSOCM.msoloopMain, new ApplicationContext());
1495
ThreadContext.FromCurrent().
RunMessageLoop
(NativeMethods.MSOCM.msoloopMain, new ApplicationContext(mainForm));
1506
ThreadContext.FromCurrent().
RunMessageLoop
(NativeMethods.MSOCM.msoloopMain, context);
1517
ThreadContext.FromCurrent().
RunMessageLoop
(NativeMethods.MSOCM.msoloopModalForm, new ModalApplicationContext(form));