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