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