17 references to BorderWidths
System.Windows.Forms (17)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
728Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
785return BorderWidths(dgvabsEffective); 4544Rectangle borderAndPaddingWidths = BorderWidths(dgvabsEffective);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (2)
844Rectangle borderWidths = BorderWidths(dgvabsEffective); 1173Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (2)
537Rectangle borderWidthsRect = BorderWidths(dgvabsEffective); 792Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
749Rectangle borderAndPaddingWidths = BorderWidths(dgvabsEffective); 2145Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
649Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
818Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1010Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
664Rectangle borderWidthsRect = BorderWidths(dgvabsEffective); 784Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
695Rectangle borderWidths = BorderWidths(advancedBorderStyle);
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (2)
183Rectangle borderWidthsRect = BorderWidths(this.DataGridView.AdjustedTopLeftHeaderBorderStyle); 274Rectangle borderWidths = BorderWidths(advancedBorderStyle);