2 references to PaintCellsContent
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewRowPostPaintEventArgsTests.cs (2)
162
e.
PaintCellsContent
(new Rectangle(1, 2, 3, 4));
175
Assert.Throws<InvalidOperationException>(() => e.
PaintCellsContent
(new Rectangle(1, 2, 3, 4)));