3 references to TableLayoutCellPaintEventArgs
System.Windows.Forms.Tests (3)
System\Windows\Forms\TableLayoutCellPaintEventArgsTests.cs (2)
26
TableLayoutCellPaintEventArgs e =
new
(graphics, clipRectangle, cellBounds, column, row);
37
Assert.Throws<ArgumentNullException>("graphics", () => new
TableLayoutCellPaintEventArgs
(
System\Windows\Forms\TableLayoutPanelTests.cs (1)
1210
yield return new object[] { new
TableLayoutCellPaintEventArgs
(graphics, Rectangle.Empty, Rectangle.Empty, 0, 0) };