6 references to Normal
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (5)
214get => Properties.GetValueOrDefault(s_propLinkCellLinkState, LinkState.Normal); 215set => Properties.AddOrRemoveValue(s_propLinkCellLinkState, value, defaultValue: LinkState.Normal); 726LinkState != LinkState.Normal; 805if (LinkState != LinkState.Normal) 807LinkState = LinkState.Normal;
System\Windows\Forms\Controls\Labels\LinkLabel.Link.cs (1)
115internal LinkState State { get; set; } = LinkState.Normal;