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