6 references to OnPaint
System.Windows.Forms.Tests (6)
System\Windows\Forms\GroupBoxTests.cs (6)
1874
control.
OnPaint
(eventArgs);
1880
control.
OnPaint
(eventArgs);
1920
control.
OnPaint
(eventArgs);
1929
control.
OnPaint
(eventArgs);
1946
Assert.Throws<ArgumentNullException>(() => control.
OnPaint
(null));
1958
Assert.Throws<NullReferenceException>(() => control.
OnPaint
(null));