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