13 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)
10717
private void SetWindowFont() => PInvokeCore.SendMessage(this, PInvokeCore.
WM_SETFONT
, (WPARAM)FontHandle, (LPARAM)(BOOL)false);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1583
case PInvokeCore.
WM_SETFONT
:
3861
case PInvokeCore.
WM_SETFONT
:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3495
case PInvokeCore.
WM_SETFONT
:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2094
case PInvokeCore.
WM_SETFONT
:
System.Windows.Forms.Tests (7)
System\Windows\Forms\ControlTests.Methods.cs (2)
14345
Msg = (int)PInvokeCore.
WM_SETFONT
,
14368
Msg = (int)PInvokeCore.
WM_SETFONT
,
System\Windows\Forms\MessageTests.cs (1)
266
yield return new object[] { PInvokeCore.
WM_SETFONT
, " (WM_SETFONT)" };
System\Windows\Forms\RichTextBoxTests.cs (2)
10501
Msg = (int)PInvokeCore.
WM_SETFONT
,
10538
Msg = (int)PInvokeCore.
WM_SETFONT
,
TextBoxBaseTests.cs (2)
7615
Msg = (int)PInvokeCore.
WM_SETFONT
,
7659
Msg = (int)PInvokeCore.
WM_SETFONT
,