3 references to s_closingEvent
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
2562
add => Events.AddHandler(
s_closingEvent
, value);
2563
remove => Events.RemoveHandler(
s_closingEvent
, value);
3992
((CancelEventHandler?)Events[
s_closingEvent
])?.Invoke(this, e);