3 references to s_activatedEvent
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
2614
add => Events.AddHandler(
s_activatedEvent
, value);
2615
remove => Events.RemoveHandler(
s_activatedEvent
, value);
4000
((EventHandler?)Events[
s_activatedEvent
])?.Invoke(this, e);