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