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