3 references to DATAGRIDVIEWTEXTBOXCELL_horizontalTextOffsetLeft
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (3)
208editingControlBounds.Width = Math.Max(0, editingControlBounds.Width - DATAGRIDVIEWTEXTBOXCELL_horizontalTextOffsetLeft - 2); 212editingControlBounds.X += DATAGRIDVIEWTEXTBOXCELL_horizontalTextOffsetLeft; 213editingControlBounds.Width = Math.Max(0, editingControlBounds.Width - DATAGRIDVIEWTEXTBOXCELL_horizontalTextOffsetLeft - 1);