19 references to BorderWidths
System.Windows.Forms (17)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
676
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
607
return
BorderWidths
(dgvabsEffective);
3807
Rectangle borderAndPaddingWidths =
BorderWidths
(dgvabsEffective);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
734
Rectangle borderWidths =
BorderWidths
(dgvabsEffective);
1071
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (2)
497
Rectangle borderWidthsRect =
BorderWidths
(dgvabsEffective);
764
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
531
Rectangle borderAndPaddingWidths =
BorderWidths
(dgvabsEffective);
1909
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
537
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
745
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
901
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
529
Rectangle borderWidthsRect =
BorderWidths
(dgvabsEffective);
646
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
671
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (2)
145
Rectangle borderWidthsRect =
BorderWidths
(DataGridView.AdjustedTopLeftHeaderBorderStyle);
233
Rectangle borderWidths =
BorderWidths
(advancedBorderStyle);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellTests.cs (2)
6551
public new Rectangle BorderWidths(DataGridViewAdvancedBorderStyle advancedBorderStyle) => base.
BorderWidths
(advancedBorderStyle);
6581
public new Rectangle BorderWidths(DataGridViewAdvancedBorderStyle advancedBorderStyle) => base.
BorderWidths
(advancedBorderStyle);