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