1 write to text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (1)
204this.text = value;
3 references to text
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (3)
198return this.text; 202if (!string.Equals(value, this.text, StringComparison.Ordinal)) 380dataGridViewColumn.Text = this.text;