34 references to LinkBehavior
System.Windows.Forms (31)
_generated\1\Validation.cs (2)
263public static void Validate(System.Windows.Forms.LinkBehavior enumToValidate, string parameterName = "value") 267ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.LinkBehavior));
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (8)
114[DefaultValue(LinkBehavior.SystemDefault)] 115public LinkBehavior LinkBehavior 117get => Properties.GetValueOrDefault(s_propLinkCellLinkBehavior, LinkBehavior.SystemDefault); 123Properties.AddOrRemoveValue(s_propLinkCellLinkBehavior, value, defaultValue: LinkBehavior.SystemDefault); 139internal LinkBehavior LinkBehaviorInternal 143Debug.Assert(value is >= LinkBehavior.SystemDefault and <= LinkBehavior.NeverUnderline); 146Properties.AddOrRemoveValue(s_propLinkCellLinkBehavior, value, defaultValue: LinkBehavior.SystemDefault);
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (2)
92[DefaultValue(LinkBehavior.SystemDefault)] 96public LinkBehavior LinkBehavior
System\Windows\Forms\Controls\Labels\LinkLabel.cs (4)
48private LinkBehavior _linkBehavior = LinkBehavior.SystemDefault; 211[DefaultValue(LinkBehavior.SystemDefault)] 214public LinkBehavior LinkBehavior
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (10)
126public static LinkBehavior GetIELinkBehavior() 146return LinkBehavior.NeverUnderline; 151return LinkBehavior.HoverUnderline; 155return LinkBehavior.AlwaysUnderline; 159return LinkBehavior.AlwaysUnderline; 164LinkBehavior link, 176if (link == LinkBehavior.SystemDefault) 183case LinkBehavior.AlwaysUnderline: 187case LinkBehavior.HoverUnderline: 191case LinkBehavior.NeverUnderline:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
75LinkBehavior = LinkBehavior.AlwaysUnderline,
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (4)
16private LinkBehavior _linkBehavior = LinkBehavior.SystemDefault; 138[DefaultValue(LinkBehavior.SystemDefault)] 141public LinkBehavior LinkBehavior
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
24LinkBehavior = LinkBehavior.HoverUnderline,
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
153LinkBehavior = LinkBehavior.HoverUnderline 280LinkBehavior = LinkBehavior.HoverUnderline