8 references to GetHeightInfo
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
403Rows.SharedRow(rowIndex).GetHeightInfo(rowIndex, out int height, out int minimumHeight); 2295dataGridViewRow.GetHeightInfo(rowIndex, out int height, out int minimumHeight); 6327dataGridViewRow.GetHeightInfo(_trackRow, out int height, out int minimumHeight); 25931dataGridViewRow.GetHeightInfo(rowIndex, out int height, out int minimumHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
345GetHeightInfo(Index, out _, out int minimumHeight); 606GetHeightInfo(Index, out int height, out _);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (2)
1267GetHeightInfo(rowIndex, out int height, out _); 1274GetHeightInfo(rowIndex, out _, out int minimumHeight);