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