5 references to OnMouseLeave
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (5)
4309cell.OnMouseLeave(rowIndex); 4338cell.OnMouseLeave(rowIndex); 4366Assert.Throws<ArgumentOutOfRangeException>(() => cell.OnMouseLeave(rowIndex)); 4398cell.OnMouseLeave(rowIndex); 4428Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.OnMouseLeave(rowIndex));