2 writes to ShowCellToolTips
System.Windows.Forms.UI.IntegrationTests (2)
DataGridViewTests.cs (2)
25dataGridView.ShowCellToolTips = true; 53dataGridView.ShowCellToolTips = true;
8 references to ShowCellToolTips
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
3780if (!ShowRowErrors && !ShowCellToolTips) 3920if (value && !ShowCellErrors && !ShowCellToolTips) 3927if (!value && !ShowCellErrors && !ShowCellToolTips) 3935if (!value && (ShowCellErrors || ShowCellToolTips))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
3412return string.IsNullOrEmpty(ToolTipPrivate) && ShowCellToolTips; 14977if (CurrentCell is not null && (ShowCellToolTips || (ShowCellErrors && !string.IsNullOrEmpty(CurrentCell?.ErrorText)))) 15612if (CurrentCell is not null && (ShowCellToolTips || (ShowCellErrors && !string.IsNullOrEmpty(CurrentCell.ErrorText))))
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2716if (!DataGridView.ShowCellToolTips)