2 implementations of FDebugMessage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3791
bool UnsafeNativeMethods.IMsoComponent.
FDebugMessage
(IntPtr hInst, int msg, IntPtr wparam, IntPtr lparam)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
302
bool UnsafeNativeMethods.IMsoComponent.
FDebugMessage
(IntPtr hInst, int msg, IntPtr wparam, IntPtr lparam) {
1 reference to FDebugMessage
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
306
return c.
FDebugMessage
(hInst, msg, wparam, lparam);