4 references to WM_GETFONT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
91
PInvokeCore.
WM_GETFONT
=> "WM_GETFONT",
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6377
HFONT hFont = (HFONT)PInvokeCore.SendMessage(hwndHdr, PInvokeCore.
WM_GETFONT
);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2331
font = Font.FromHfont(PInvokeCore.SendMessage(this, PInvokeCore.
WM_GETFONT
));
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
267
yield return new object[] { PInvokeCore.
WM_GETFONT
, " (WM_GETFONT)" };