8 references to ShowCellToolTips
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
3790
if (!ShowRowErrors && !
ShowCellToolTips
)
3930
if (value && !ShowCellErrors && !
ShowCellToolTips
)
3937
if (!value && !ShowCellErrors && !
ShowCellToolTips
)
3945
if (!value && (ShowCellErrors ||
ShowCellToolTips
))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
3344
return string.IsNullOrEmpty(ToolTipPrivate) &&
ShowCellToolTips
;
14625
if (CurrentCell is not null && (
ShowCellToolTips
|| (ShowCellErrors && !string.IsNullOrEmpty(CurrentCell?.ErrorText))))
15261
if (CurrentCell is not null && (
ShowCellToolTips
|| (ShowCellErrors && !string.IsNullOrEmpty(CurrentCell.ErrorText))))
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2703
if (!DataGridView.
ShowCellToolTips
)