1 write to ToolTipTextInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
873this.ToolTipTextInternal = value;
4 references to ToolTipTextInternal
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCell.cs (4)
886string toolTipText = this.ToolTipTextInternal; 891if (this.DataGridView != null && !toolTipText.Equals(this.ToolTipTextInternal)) 1158dataGridViewCell.ToolTipText = this.ToolTipTextInternal; 2655string toolTipText = this.ToolTipTextInternal;