6 references to ShowBalloonTip
System.Windows.Forms.Tests (6)
System\Windows\Forms\NotifyIconTests.cs (6)
832notifyIcon.ShowBalloonTip(timeout); 848notifyIcon.ShowBalloonTip(timeout); 872notifyIcon.ShowBalloonTip(timeout); 891notifyIcon.ShowBalloonTip(timeout); 955Assert.Throws<ArgumentOutOfRangeException>("timeout", () => notifyIcon.ShowBalloonTip(-1)); 967Assert.Throws<ArgumentException>(() => notifyIcon.ShowBalloonTip(0));