2 references to GetContentBounds
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellTests.cs (2)
3669
Assert.Equal(Rectangle.Empty, cell.
GetContentBounds
(null, cellStyle, rowIndex));
3679
Assert.Equal(Rectangle.Empty, cell.
GetContentBounds
(graphics, cellStyle, rowIndex));