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