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