2 references to PaintCells
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewRowPrePaintEventArgsTests.cs (2)
143
e.
PaintCells
(new Rectangle(1, 2, 3, 4), DataGridViewPaintParts.None);
156
Assert.Throws<InvalidOperationException>(() => e.
PaintCells
(new Rectangle(1, 2, 3, 4), DataGridViewPaintParts.None));