2 overrides of GetPreferredHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridBoolColumn.cs (1)
82protected internal override int GetPreferredHeight(Graphics g, object value) => throw null;
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTextBoxColumn.cs (1)
83protected internal override int GetPreferredHeight(Graphics g, object value) => throw null;