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