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