4 references to InvokePaintBackground
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlTests.Methods.cs (4)
4299
control.
InvokePaintBackground
(otherControl, eventArgs);
4308
control.
InvokePaintBackground
(otherControl, eventArgs);
4321
Assert.Throws<NullReferenceException>(() => control.
InvokePaintBackground
(null, eventArgs));
4329
Assert.Throws<ArgumentNullException>(() => control.
InvokePaintBackground
(otherControl, null));