2 implementations of FContinueMessageLoop
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
408BOOL IMsoComponent.Interface.FContinueMessageLoop(
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
371BOOL IMsoComponent.Interface.FContinueMessageLoop(
3 references to FContinueMessageLoop
System.Windows.Forms.Primitives (2)
Microsoft\Office\IMsoComponent.cs (2)
88=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FContinueMessageLoop(uReason, pvLoopData, pMsgPeeked)); 196/// <inheritdoc cref="Interface.FContinueMessageLoop(msoloop, void*, MSG*)"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
374MSG* pMsgPeeked) => _mock.FContinueMessageLoop(uReason, pvLoopData, pMsgPeeked);