2 references to PaintCellsBackground
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewRowPrePaintEventArgsTests.cs (2)
167
e.
PaintCellsBackground
(new Rectangle(1, 2, 3, 4), true);
180
Assert.Throws<InvalidOperationException>(() => e.
PaintCellsBackground
(new Rectangle(1, 2, 3, 4), true));