6 references to WM_SETFONT
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1766
case NativeMethods.
WM_SETFONT
:
3829
case NativeMethods.
WM_SETFONT
:
winforms\Managed\System\WinForms\Control.cs (1)
12414
SendMessage(NativeMethods.
WM_SETFONT
, FontHandle, 0 /*redraw = false*/);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
80
case NativeMethods.
WM_SETFONT
: text = "WM_SETFONT"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3700
case NativeMethods.
WM_SETFONT
:
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2301
case NativeMethods.
WM_SETFONT
: