8 overrides of GetErrorIconBounds
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
268protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
587protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1061protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
362protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
606protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
364protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
364protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
106protected override Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
2 references to GetErrorIconBounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1833return GetErrorIconBounds(g, dataGridViewCellStyle, rowIndex); 4327Rectangle iconBounds = GetErrorIconBounds(graphics, cellStyle, rowIndex);