2 implementations of FPushMessageLoop
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
204BOOL IMsoComponentManager.Interface.FPushMessageLoop(
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
99BOOL Interface.FPushMessageLoop(nuint dwComponentID, msoloop uReason, void* pvLoopData)
3 references to FPushMessageLoop
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
259result = 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)
260Assert.False(manager.FPushMessageLoop(default, default, null));