5 references to ErrorIconBounds
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewCellTests.cs (5)
691
Assert.Equal(Rectangle.Empty, cell.
ErrorIconBounds
);
698
Assert.Throws<InvalidOperationException>(() => cell.
ErrorIconBounds
);
707
Assert.Throws<InvalidOperationException>(() => cell.
ErrorIconBounds
);
716
Assert.Throws<InvalidOperationException>(() => cell.
ErrorIconBounds
);
730
Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.
ErrorIconBounds
);