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