8 references to msoloopMain
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Application.cs (8)
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);
2124
if (reason != NativeMethods.MSOCM.
msoloopMain
) {
3076
return totalMessageLoopCount > 0 && baseLoopReason == NativeMethods.MSOCM.
msoloopMain
;
3368
if (reason == NativeMethods.MSOCM.
msoloopMain
) {
3378
if (reason == NativeMethods.MSOCM.
msoloopMain
) {
3503
if (reason == NativeMethods.MSOCM.
msoloopMain
) {