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)
128protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
136protected override void OnGotFocus(EventArgs e)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (1)
113protected override void OnGotFocus(EventArgs e)
3 references to OnGotFocus
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
130base.OnGotFocus(e);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
138base.OnGotFocus(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2170public new void OnGotFocus(EventArgs e) => base.OnGotFocus(e);