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