1 reference to VerticalTextMarginTopWithWrapping
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
2296
int verticalTextMarginTop = cellStyle.WrapMode == DataGridViewTriState.True ?
VerticalTextMarginTopWithWrapping
: VerticalTextMarginTopWithoutWrapping;