10 references to ComputeErrorIconBounds
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
863resultBounds = ComputeErrorIconBounds(errorBounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
3542PaintErrorIcon(graphics, ComputeErrorIconBounds(cellValueBounds));
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
1547resultBounds = ComputeErrorIconBounds(errorBounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
2362resultBounds = ComputeErrorIconBounds(errorBounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
756: ComputeErrorIconBounds(valBounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
1063resultBounds = ComputeErrorIconBounds(errorBounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
919resultBounds = ComputeErrorIconBounds(errorBounds); 1009resultBounds = ComputeErrorIconBounds(errorBounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
763resultBounds = ComputeErrorIconBounds(errorBounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (1)
345resultBounds = ComputeErrorIconBounds(errorBounds);