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