21 references to WM_SETFOCUS
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
54PInvokeCore.WM_SETFOCUS => "WM_SETFOCUS",
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (1)
13309case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1614case PInvokeCore.WM_SETFOCUS: 3783case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7108case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5337case (int)PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3494PInvokeCore.SendMessage(this, PInvokeCore.WM_SETFOCUS);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2981case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4578if (m.MsgInternal == PInvokeCore.WM_SETFOCUS)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3605case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1261case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
75else if (msg == (int)PInvokeCore.WM_SETFOCUS)
System\Windows\Forms\Dialogs\MessageBox.cs (1)
491PInvokeCore.SendMessage(handle, PInvokeCore.WM_SETFOCUS);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
2026case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2415case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\MDI\MDIClient.cs (1)
336case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
736PInvokeCore.SendMessage(this, PInvokeCore.WM_SETFOCUS);
System\Windows\Forms\UserControl.cs (1)
323case PInvokeCore.WM_SETFOCUS:
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (2)
1890PInvokeCore.SendMessage(Control, PInvokeCore.WM_SETFOCUS); 2177case PInvokeCore.WM_SETFOCUS:
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1001case PInvokeCore.WM_SETFOCUS: