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