4 references to HorizontalTextMarginLeft
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (4)
2299
textBounds.Offset(
HorizontalTextMarginLeft
, verticalTextMarginTop);
2300
textBounds.Width += 2 -
HorizontalTextMarginLeft
;
2304
textBounds.Offset(
HorizontalTextMarginLeft
- 1, verticalTextMarginTop);
2305
textBounds.Width += 1 -
HorizontalTextMarginLeft
;