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