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