2 implementations of FDebugMessage
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
356
BOOL IMsoComponent.Interface.
FDebugMessage
(nint hInst, uint msg, WPARAM wparam, LPARAM lparam)
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
347
BOOL IMsoComponent.Interface.
FDebugMessage
(nint hInst, uint msg, WPARAM wParam, LPARAM lParam)
4 references to FDebugMessage
System.Windows.Forms.Primitives (3)
Microsoft\Office\IMsoComponent.cs (3)
51
=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.
FDebugMessage
(hInst, msg, wParam, lParam));
145
/// <inheritdoc cref="Interface.
FDebugMessage
(nint, uint, WPARAM, LPARAM)"/>
254
/// Standard <see cref="
FDebugMessage
"/> method.
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
348
=> _mock.
FDebugMessage
(hInst, msg, wParam, lParam);