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