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