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