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