6 references to UseColumnTextForLinkValue
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
372
if (value != this.
UseColumnTextForLinkValue
)
385
if (value != this.
UseColumnTextForLinkValue
)
505
dataGridViewCell.UseColumnTextForLinkValueInternal = this.
UseColumnTextForLinkValue
;
765
if (this.
UseColumnTextForLinkValue
&&
winforms\Managed\System\WinForms\DataGridViewLinkColumn.cs (2)
219
if (dataGridViewCell != null && dataGridViewCell.
UseColumnTextForLinkValue
)
286
return ((DataGridViewLinkCell)this.CellTemplate).
UseColumnTextForLinkValue
;