28 references to WM_KILLFOCUS
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
55PInvokeCore.WM_KILLFOCUS => "WM_KILLFOCUS",
System.Windows.Forms (11)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3105case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Control.cs (1)
12465case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1383case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1516case PInvokeCore.WM_KILLFOCUS: 3646case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3390PInvokeCore.SendMessage(this, PInvokeCore.WM_KILLFOCUS);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2974case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
965case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
2410case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\MDI\MDIClient.cs (1)
360case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
735PInvokeCore.SendMessage(this, PInvokeCore.WM_KILLFOCUS);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\PbrsForward.cs (1)
168case (int)PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
1006case PInvokeCore.WM_KILLFOCUS:
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1555case PInvokeCore.WM_KILLFOCUS:
System.Windows.Forms.Tests (13)
System\Windows\Forms\ButtonBaseTests.cs (8)
8448Msg = (int)PInvokeCore.WM_KILLFOCUS, 8484Msg = (int)PInvokeCore.WM_KILLFOCUS, 8521Msg = (int)PInvokeCore.WM_KILLFOCUS, 8565Msg = (int)PInvokeCore.WM_KILLFOCUS, 8611Msg = (int)PInvokeCore.WM_KILLFOCUS, 8661Msg = (int)PInvokeCore.WM_KILLFOCUS, 8709Msg = (int)PInvokeCore.WM_KILLFOCUS, 8763Msg = (int)PInvokeCore.WM_KILLFOCUS,
System\Windows\Forms\ControlTests.Methods.cs (2)
13087Msg = (int)PInvokeCore.WM_KILLFOCUS, 13118Msg = (int)PInvokeCore.WM_KILLFOCUS,
System\Windows\Forms\MessageTests.cs (1)
231yield return new object[] { PInvokeCore.WM_KILLFOCUS, " (WM_KILLFOCUS)" };
System\Windows\Forms\UpDownBaseTests.cs (2)
2865Msg = (int)PInvokeCore.WM_KILLFOCUS, 2891Msg = (int)PInvokeCore.WM_KILLFOCUS,