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