9 references to ShowCellToolTips
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (7)
4787if (value && !this.ShowRowErrors && !this.ShowCellToolTips) 4794if (!value && !this.ShowRowErrors && !this.ShowCellToolTips) 4802if (!value && (this.ShowRowErrors || this.ShowCellToolTips)) 4835if (this.ShowCellToolTips != value) 4936if (value && !this.ShowCellErrors && !this.ShowCellToolTips) 4943if (!value && !this.ShowCellErrors && !this.ShowCellToolTips) 4951if (!value && (this.ShowCellErrors || this.ShowCellToolTips))
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
3096if (!this.DataGridView.ShowCellToolTips)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
3328return String.IsNullOrEmpty(this.toolTipCaption) && this.ShowCellToolTips;