12 references to DATAGRIDVIEWROWHEADERCELL_iconMarginWidth
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (12)
8982 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth && 961valBounds.X += iconsWidth + 2 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth; 963valBounds.Width -= iconsWidth + 2 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth; 975if (this.DataGridView.ShowRowErrors && valBounds.Width > iconsWidth + 2 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth) 978Size maxBounds = new Size(valBounds.Width - iconsWidth - 2 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth, valBounds.Height); 988valBounds.X += iconsWidth + 2 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth; 990valBounds.Width -= iconsWidth + 2 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth; 1025if (errorBounds.Width >= 3 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth + 1045if (valBounds.Width >= iconsWidth + 2 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth && 1107if (errorBounds.Width >= 3 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth + 1133bounds.Right - DATAGRIDVIEWROWHEADERCELL_iconMarginWidth - iconsWidth : 1134bounds.Left + DATAGRIDVIEWROWHEADERCELL_iconMarginWidth,