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