8 overrides of GetErrorIconBounds
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
214
protected override Rectangle
GetErrorIconBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
506
protected override Rectangle
GetErrorIconBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
831
protected override Rectangle
GetErrorIconBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
287
protected override Rectangle
GetErrorIconBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
487
protected override Rectangle
GetErrorIconBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
242
protected override Rectangle
GetErrorIconBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
323
protected override Rectangle
GetErrorIconBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (1)
83
protected override Rectangle
GetErrorIconBounds
(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex)
3 references to GetErrorIconBounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
1534
return
GetErrorIconBounds
(screen, dataGridViewCellStyle, rowIndex);
3570
Rectangle iconBounds =
GetErrorIconBounds
(graphics, cellStyle, rowIndex);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6604
public new Rectangle GetErrorIconBounds(Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex) => base.
GetErrorIconBounds
(graphics, cellStyle, rowIndex);