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