2 references to PropLinkCellLinkState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (2)
256
int linkState = this.Properties.GetInteger(
PropLinkCellLinkState
, out found);
267
this.Properties.SetInteger(
PropLinkCellLinkState
, (int) value);