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