4 references to InvokePaintBackground
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlTests.Methods.cs (4)
4301
control.
InvokePaintBackground
(otherControl, eventArgs);
4310
control.
InvokePaintBackground
(otherControl, eventArgs);
4323
Assert.Throws<NullReferenceException>(() => control.
InvokePaintBackground
(null, eventArgs));
4331
Assert.Throws<ArgumentNullException>(() => control.
InvokePaintBackground
(otherControl, null));