3 references to WM_GETFONT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (1)
5775IntPtr hFont = UnsafeNativeMethods.SendMessage(new HandleRef(this, hwndHdr), NativeMethods.WM_GETFONT, 0, 0);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
81case NativeMethods.WM_GETFONT: text = "WM_GETFONT"; break;
winforms\Managed\System\WinForms\ToolTip.cs (1)
2620font = Font.FromHfont(UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.WM_GETFONT, 0, 0));