2 implementations of FContinueMessageLoop
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3950bool UnsafeNativeMethods.IMsoComponent.FContinueMessageLoop(int reason, int pvLoopData, NativeMethods.MSG[] msgPeeked) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
364bool UnsafeNativeMethods.IMsoComponent.FContinueMessageLoop(int reason, int pvLoopData, NativeMethods.MSG[] msgPeeked) {
3 references to FContinueMessageLoop
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (2)
2103continueLoop = component.FContinueMessageLoop(reason, pvLoopData, rgmsg); 2176continueLoop = component.FContinueMessageLoop(reason, pvLoopData, null);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
376cont |= c.FContinueMessageLoop(reason, pvLoopData, msgPeeked);