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