3 references to OnPaintBackground
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripContentPanelTests.cs (3)
1875
control.
OnPaintBackground
(eventArgs);
1879
control.
OnPaintBackground
(eventArgs);
1887
Assert.Throws<NullReferenceException>(() => control.
OnPaintBackground
(null));