2 references to DATAGRIDVIEWROWHEADERCELL_contentMarginWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
969
valBounds.Offset(DATAGRIDVIEWROWHEADERCELL_horizontalTextMarginLeft +
DATAGRIDVIEWROWHEADERCELL_contentMarginWidth
, DATAGRIDVIEWROWHEADERCELL_verticalTextMargin);
970
valBounds.Width -= DATAGRIDVIEWROWHEADERCELL_horizontalTextMarginLeft + 2 *
DATAGRIDVIEWROWHEADERCELL_contentMarginWidth
+ DATAGRIDVIEWROWHEADERCELL_horizontalTextMarginRight;