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