2 references to new
System.Windows.Forms.Tests (2)
System\Windows\Forms\NotifyIconTests.cs (2)
32using NotifyIcon notifyIcon = new(container); 48Assert.Throws<ArgumentNullException>("container", () => new NotifyIcon(null));