8 references to GetHeightInfo
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
404Rows.SharedRow(rowIndex).GetHeightInfo(rowIndex, out int height, out int minimumHeight); 2296dataGridViewRow.GetHeightInfo(rowIndex, out int height, out int minimumHeight); 6330dataGridViewRow.GetHeightInfo(_trackRow, out int height, out int minimumHeight); 25920dataGridViewRow.GetHeightInfo(rowIndex, out int height, out int minimumHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
351GetHeightInfo(Index, out int height, out int minimumHeight); 612GetHeightInfo(Index, out int height, out int minimumHeight);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (2)
1263GetHeightInfo(rowIndex, out int height, out _); 1270GetHeightInfo(rowIndex, out _, out int minimumHeight);