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