3 references to s_gotFocusEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (3)
225
add => Events.AddHandler(
s_gotFocusEvent
, value);
226
remove => Events.RemoveHandler(
s_gotFocusEvent
, value);
623
protected virtual void OnGotFocus(EventArgs e) => RaiseEvent(
s_gotFocusEvent
, e);