6 references to ShowBalloonTip
System.Windows.Forms.Tests (6)
System\Windows\Forms\NotifyIconTests.cs (6)
830notifyIcon.ShowBalloonTip(timeout); 846notifyIcon.ShowBalloonTip(timeout); 870notifyIcon.ShowBalloonTip(timeout); 889notifyIcon.ShowBalloonTip(timeout); 953Assert.Throws<ArgumentOutOfRangeException>("timeout", () => notifyIcon.ShowBalloonTip(-1)); 965Assert.Throws<ArgumentException>(() => notifyIcon.ShowBalloonTip(0));