6 references to WM_SETFONT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
90
PInvokeCore.
WM_SETFONT
=> "WM_SETFONT",
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
11443
private void SetWindowFont() => PInvokeCore.SendMessage(this, PInvokeCore.
WM_SETFONT
, (WPARAM)FontHandle, (LPARAM)(BOOL)false);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1659
case PInvokeCore.
WM_SETFONT
:
4135
case PInvokeCore.
WM_SETFONT
:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3598
case PInvokeCore.
WM_SETFONT
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
3086
case PInvokeCore.
WM_SETFONT
: