19 references to WM_SETFOCUS
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1730
case NativeMethods.
WM_SETFOCUS
:
3661
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\CommonDialog.cs (1)
157
else if (msg == NativeMethods.
WM_SETFOCUS
) {
winforms\Managed\System\WinForms\ContainerControl.cs (1)
1942
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\Control.cs (1)
14371
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\ListView.cs (1)
6336
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3274
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\MDIClient.cs (1)
361
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\MessageBox.cs (1)
495
UnsafeNativeMethods.SendMessage(new HandleRef(owner, handle), NativeMethods.
WM_SETFOCUS
, 0, 0);
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
43
case NativeMethods.
WM_SETFOCUS
: text = "WM_SETFOCUS"; break;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5335
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3626
SendMessage(NativeMethods.
WM_SETFOCUS
, 0, 0);
winforms\Managed\System\WinForms\ScrollBar.cs (1)
931
SendMessage(NativeMethods.
WM_SETFOCUS
, 0, 0);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2499
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\StatusBar.cs (1)
1907
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4711
if (m.Msg == NativeMethods.
WM_SETFOCUS
) {
winforms\Managed\System\WinForms\TreeView.cs (1)
3367
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1214
case NativeMethods.
WM_SETFOCUS
:
winforms\Managed\System\WinForms\UserControl.cs (1)
373
case NativeMethods.
WM_SETFOCUS
: