3 references to s_balloonTipClosedEvent
System.Windows.Forms (3)
System\Windows\Forms\NotifyIcon.cs (3)
164
add => Events.AddHandler(
s_balloonTipClosedEvent
, value);
166
remove => Events.RemoveHandler(
s_balloonTipClosedEvent
, value);
427
((EventHandler?)Events[
s_balloonTipClosedEvent
])?.Invoke(this, EventArgs.Empty);