2 implementations of FDebugMessage
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
52BOOL IMsoComponentManager.Interface.FDebugMessage(
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
28BOOL Interface.FDebugMessage(nint dwReserved, uint msg, WPARAM wParam, LPARAM lParam)
3 references to FDebugMessage
System.Windows.Forms.Primitives (2)
Microsoft\Office\IMsoComponentManager.cs (2)
65/// <inheritdoc cref="Interface.FDebugMessage(nint, uint, WPARAM, LPARAM)"/> 235/// Standard <see cref="FDebugMessage"/> method.
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
23Assert.True(manager.FDebugMessage(0, 0, default, default));