10 references to ComputeErrorIconBounds
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
920resultBounds = ComputeErrorIconBounds(errorBounds);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
4304PaintErrorIcon(graphics, ComputeErrorIconBounds(cellValueBounds));
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1612resultBounds = ComputeErrorIconBounds(errorBounds);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2645resultBounds = ComputeErrorIconBounds(errorBounds);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
964resultBounds = ComputeErrorIconBounds(valBounds);
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1154resultBounds = ComputeErrorIconBounds(errorBounds);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
1037resultBounds = ComputeErrorIconBounds(errorBounds); 1119resultBounds = ComputeErrorIconBounds(errorBounds);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
788resultBounds = ComputeErrorIconBounds(errorBounds);
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
378resultBounds = ComputeErrorIconBounds(errorBounds);