13 references to WM_KILLFOCUS
System.Windows.Forms (13)
winforms\Managed\System\WinForms\AxHost.cs (1)
3463
case NativeMethods.
WM_KILLFOCUS
:
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1289
case NativeMethods.
WM_KILLFOCUS
:
winforms\Managed\System\WinForms\ComboBox.cs (2)
1711
case NativeMethods.
WM_KILLFOCUS
:
3671
case NativeMethods.
WM_KILLFOCUS
:
winforms\Managed\System\WinForms\Control.cs (1)
14284
case NativeMethods.
WM_KILLFOCUS
:
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3269
case NativeMethods.
WM_KILLFOCUS
:
winforms\Managed\System\WinForms\MDIClient.cs (1)
380
case NativeMethods.
WM_KILLFOCUS
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
44
case NativeMethods.
WM_KILLFOCUS
: text = "WM_KILLFOCUS"; break;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3625
SendMessage(NativeMethods.
WM_KILLFOCUS
, 0, 0);
winforms\Managed\System\WinForms\ScrollBar.cs (1)
930
SendMessage(NativeMethods.
WM_KILLFOCUS
, 0, 0);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2503
case NativeMethods.
WM_KILLFOCUS
:
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1230
case NativeMethods.
WM_KILLFOCUS
:
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
472
case NativeMethods.
WM_KILLFOCUS
: