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