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