5 references to OnMouseLeave
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (5)
4307cell.OnMouseLeave(rowIndex); 4336cell.OnMouseLeave(rowIndex); 4364Assert.Throws<ArgumentOutOfRangeException>(() => cell.OnMouseLeave(rowIndex)); 4396cell.OnMouseLeave(rowIndex); 4426Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.OnMouseLeave(rowIndex));