6 references to Normal
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (5)
206get => Properties.GetValueOrDefault(s_propLinkCellLinkState, LinkState.Normal); 207set => Properties.AddOrRemoveValue(s_propLinkCellLinkState, value, defaultValue: LinkState.Normal); 699LinkState != LinkState.Normal; 778if (LinkState != LinkState.Normal) 780LinkState = LinkState.Normal;
System\Windows\Forms\Controls\Labels\LinkLabel.Link.cs (1)
118internal LinkState State { get; set; } = LinkState.Normal;