6 references to OnPaint
System.Windows.Forms.Tests (6)
System\Windows\Forms\GroupBoxTests.cs (6)
1872
control.
OnPaint
(eventArgs);
1878
control.
OnPaint
(eventArgs);
1918
control.
OnPaint
(eventArgs);
1927
control.
OnPaint
(eventArgs);
1944
Assert.Throws<ArgumentNullException>(() => control.
OnPaint
(null));
1956
Assert.Throws<NullReferenceException>(() => control.
OnPaint
(null));