3 references to s_balloonTipShownEvent
System.Windows.Forms (3)
System\Windows\Forms\NotifyIcon.cs (3)
176add => Events.AddHandler(s_balloonTipShownEvent, value); 177remove => Events.RemoveHandler(s_balloonTipShownEvent, value); 435((EventHandler?)Events[s_balloonTipShownEvent])?.Invoke(this, EventArgs.Empty);