4 references to PropLinkCellLinkBehavior
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (4)
144int linkBehavior = this.Properties.GetInteger(PropLinkCellLinkBehavior, out found); 160this.Properties.SetInteger(PropLinkCellLinkBehavior, (int)value); 183this.Properties.SetInteger(PropLinkCellLinkBehavior, (int)value); 508if (this.Properties.ContainsInteger(PropLinkCellLinkBehavior))