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