16 references to WM_KILLFOCUS
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
55
PInvokeCore.
WM_KILLFOCUS
=> "WM_KILLFOCUS",
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3102
case PInvokeCore.
WM_KILLFOCUS
:
System\Windows\Forms\Control.cs (1)
12466
case PInvokeCore.
WM_KILLFOCUS
:
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1379
case PInvokeCore.
WM_KILLFOCUS
:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1507
case PInvokeCore.
WM_KILLFOCUS
:
3633
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\ToolStrips\ToolStrip.cs (1)
4593
if (m.MsgInternal == 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)
1002
case PInvokeCore.
WM_KILLFOCUS
:
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1549
case PInvokeCore.
WM_KILLFOCUS
: