8 references to OnPrint
System.Windows.Forms.Tests (8)
System\Windows\Forms\ControlTests.Handlers.cs (8)
4639
control.
OnPrint
(eventArgs);
4658
Assert.Throws<DivideByZeroException>(() => control.
OnPrint
(eventArgs));
4663
control.
OnPrint
(eventArgs);
4697
control.
OnPrint
(eventArgs);
4726
Assert.Throws<DivideByZeroException>(() => control.
OnPrint
(eventArgs));
4734
control.
OnPrint
(eventArgs);
4762
control.
OnPrint
(eventArgs);
4771
Assert.Throws<ArgumentNullException>("e", () => control.
OnPrint
(null));