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