2 references to Timer
System.Windows.Forms.Tests (2)
System\Windows\Forms\TimerTests.cs (2)
39Assert.Throws<ArgumentNullException>("container", () => new Timer(null)); 463public SubTimer(IContainer container) : base(container)