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