8 overrides of GetContentBounds
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
214
protected override Rectangle
GetContentBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
533
protected override Rectangle
GetContentBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
229
protected override Rectangle
GetContentBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
957
protected override Rectangle
GetContentBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
306
protected override Rectangle
GetContentBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
550
protected override Rectangle
GetContentBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
304
protected override Rectangle
GetContentBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
308
protected override Rectangle
GetContentBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
2 references to GetContentBounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1785
return
GetContentBounds
(g, dataGridViewCellStyle, rowIndex);
3149
Rectangle contentBounds =
GetContentBounds
(g, dataGridViewCellStyle, rowIndex);