8 references to GetHeightInfo
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewBand.cs (2)
491GetHeightInfo(this.bandIndex, out height, out minimumHeight); 767GetHeightInfo(this.bandIndex, out height, out minimumHeight);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
417this.Rows.SharedRow(rowIndex).GetHeightInfo(rowIndex, out height, out minimumHeight); 2317dataGridViewRow.GetHeightInfo(rowIndex, out height, out minimumHeight); 6355dataGridViewRow.GetHeightInfo(this.trackRow, out height, out minimumHeight); 26049dataGridViewRow.GetHeightInfo(rowIndex, out height, out minimumHeight);
winforms\Managed\System\WinForms\DataGridViewRow.cs (2)
1370GetHeightInfo(rowIndex, out height, out minimumHeight); 1378GetHeightInfo(rowIndex, out height, out minimumHeight);