2 implementations of FPushMessageLoop
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
204
BOOL IMsoComponentManager.Interface.
FPushMessageLoop
(
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
99
BOOL Interface.
FPushMessageLoop
(nuint dwComponentID, msoloop uReason, void* pvLoopData)
3 references to FPushMessageLoop
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
259
result = ComponentManager!.
FPushMessageLoop
(_componentID, reason, null);
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.cs (1)
155
/// <inheritdoc cref="Interface.
FPushMessageLoop
(nuint, msoloop, void*)"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
260
Assert.False(manager.
FPushMessageLoop
(default, default, null));