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