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