2 writes to ShowCellToolTips
System.Windows.Forms.UI.IntegrationTests (2)
DataGridViewTests.cs (2)
26dataGridView.ShowCellToolTips = true; 105dataGridView.ShowCellToolTips = true;
8 references to ShowCellToolTips
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
3785if (!ShowRowErrors && !ShowCellToolTips) 3925if (value && !ShowCellErrors && !ShowCellToolTips) 3932if (!value && !ShowCellErrors && !ShowCellToolTips) 3940if (!value && (ShowCellErrors || ShowCellToolTips))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
3285return string.IsNullOrEmpty(ToolTipPrivate) && ShowCellToolTips; 14566if (CurrentCell is not null && (ShowCellToolTips || (ShowCellErrors && !string.IsNullOrEmpty(CurrentCell?.ErrorText)))) 15202if (CurrentCell is not null && (ShowCellToolTips || (ShowCellErrors && !string.IsNullOrEmpty(CurrentCell.ErrorText))))
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2702if (!DataGridView.ShowCellToolTips)