3 references to s_gotFocusEvent
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
3837
add => Events.AddHandler(
s_gotFocusEvent
, value);
3838
remove => Events.RemoveHandler(
s_gotFocusEvent
, value);
7537
((EventHandler?)Events[
s_gotFocusEvent
])?.Invoke(this, e);