8 references to OnPrint
System.Windows.Forms.Tests (8)
System\Windows\Forms\ControlTests.Handlers.cs (8)
4641
control.
OnPrint
(eventArgs);
4660
Assert.Throws<DivideByZeroException>(() => control.
OnPrint
(eventArgs));
4665
control.
OnPrint
(eventArgs);
4699
control.
OnPrint
(eventArgs);
4728
Assert.Throws<DivideByZeroException>(() => control.
OnPrint
(eventArgs));
4736
control.
OnPrint
(eventArgs);
4764
control.
OnPrint
(eventArgs);
4773
Assert.Throws<ArgumentNullException>("e", () => control.
OnPrint
(null));