4 references to DATAGRIDVIEWCOMBOBOXCELL_horizontalTextMarginLeft
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
2586
textBounds.Offset(
DATAGRIDVIEWCOMBOBOXCELL_horizontalTextMarginLeft
, verticalTextMarginTop);
2587
textBounds.Width += 2 -
DATAGRIDVIEWCOMBOBOXCELL_horizontalTextMarginLeft
;
2591
textBounds.Offset(
DATAGRIDVIEWCOMBOBOXCELL_horizontalTextMarginLeft
- 1, verticalTextMarginTop);
2592
textBounds.Width += 1 -
DATAGRIDVIEWCOMBOBOXCELL_horizontalTextMarginLeft
;