Base:
method
OnGotFocus
System.Windows.Forms.Control.OnGotFocus(System.EventArgs)
3 overrides of OnGotFocus
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
128
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
136
protected override void
OnGotFocus
(EventArgs e)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
113
protected override void
OnGotFocus
(EventArgs e)
3 references to OnGotFocus
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
130
base.
OnGotFocus
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
138
base.
OnGotFocus
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2170
public new void OnGotFocus(EventArgs e) => base.
OnGotFocus
(e);