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