3 references to s_formClosingEvent
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
2602
add => Events.AddHandler(
s_formClosingEvent
, value);
2603
remove => Events.RemoveHandler(
s_formClosingEvent
, value);
4015
((FormClosingEventHandler?)Events[
s_formClosingEvent
])?.Invoke(this, e);