1 reference to DATAGRIDVIEWCOMBOBOXCELL_verticalTextMarginTopWithoutWrapping
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2583
int verticalTextMarginTop = cellStyle.WrapMode == DataGridViewTriState.True ? DATAGRIDVIEWCOMBOBOXCELL_verticalTextMarginTopWithWrapping :
DATAGRIDVIEWCOMBOBOXCELL_verticalTextMarginTopWithoutWrapping
;