32 references to ShowCellErrors
System.Windows.Forms (32)
winforms\Managed\System\WinForms\DataGridView.cs (7)
4780
if (this.
ShowCellErrors
!= value)
4841
if (value && !this.ShowRowErrors && !this.
ShowCellErrors
)
4848
if (!value && !this.ShowRowErrors && !this.
ShowCellErrors
)
4856
if (!value && (this.ShowRowErrors || this.
ShowCellErrors
))
4936
if (value && !this.
ShowCellErrors
&& !this.ShowCellToolTips)
4943
if (!value && !this.
ShowCellErrors
&& !this.ShowCellToolTips)
4951
if (!value && (this.
ShowCellErrors
|| this.ShowCellToolTips))
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (4)
278
!this.DataGridView.
ShowCellErrors
||
424
if (this.DataGridView.
ShowCellErrors
)
433
if (this.DataGridView.
ShowCellErrors
)
1047
if (this.DataGridView.
ShowCellErrors
&& paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (3)
597
!this.DataGridView.
ShowCellErrors
||
848
if (this.DataGridView.
ShowCellErrors
)
1625
if (paint && DataGridViewCell.PaintErrorIcon(paintParts) && drawErrorText && this.DataGridView.
ShowCellErrors
)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
1071
!this.DataGridView.
ShowCellErrors
||
1467
if (this.DataGridView.
ShowCellErrors
)
1484
if (this.DataGridView.
ShowCellErrors
)
2631
if (this.DataGridView.
ShowCellErrors
&& paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (4)
372
!this.DataGridView.
ShowCellErrors
||
584
if (this.DataGridView.
ShowCellErrors
)
593
if (this.DataGridView.
ShowCellErrors
)
955
if (this.DataGridView.
ShowCellErrors
&& paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
616
!this.DataGridView.
ShowCellErrors
||
740
if (this.DataGridView.
ShowCellErrors
)
753
if (this.DataGridView.
ShowCellErrors
)
1158
if (this.DataGridView.
ShowCellErrors
&& paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (4)
374
!this.DataGridView.
ShowCellErrors
||
510
if (this.DataGridView.
ShowCellErrors
)
520
if (this.DataGridView.
ShowCellErrors
)
797
if (this.DataGridView.
ShowCellErrors
&& paint && DataGridViewCell.PaintErrorIcon(paintParts))
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (2)
199
this.DataGridView.
ShowCellErrors
,
381
if (this.DataGridView.
ShowCellErrors
&& paint && DataGridViewCell.PaintErrorIcon(paintParts))