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