9 references to DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (9)
604
if (allowedWidth -
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
- DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginRight > 0 &&
611
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
-
621
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
-
634
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
-
690
preferredSize.Width +=
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
+ DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginRight;
923
if (valBounds.Width -
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
- DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginRight > 0 &&
927
valBounds.Offset(
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
, 0);
928
valBounds.Width -=
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
+ DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginRight;
963
DATAGRIDVIEWCOLUMNHEADERCELL_horizontalTextMarginLeft
-