4 references to PropLinkCellUseColumnTextForLinkValue
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
363
int useColumnTextForLinkValue = this.Properties.GetInteger(
PropLinkCellUseColumnTextForLinkValue
, out found);
374
this.Properties.SetInteger(
PropLinkCellUseColumnTextForLinkValue
, value ? 1 : 0);
387
this.Properties.SetInteger(
PropLinkCellUseColumnTextForLinkValue
, value ? 1 : 0);
503
if (this.Properties.ContainsInteger(
PropLinkCellUseColumnTextForLinkValue
))