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