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; 215[DefaultValue(LinkBehavior.SystemDefault)] 218public LinkBehavior LinkBehavior
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (10)
141public static LinkBehavior GetIELinkBehavior() 161return LinkBehavior.NeverUnderline; 166return LinkBehavior.HoverUnderline; 170return LinkBehavior.AlwaysUnderline; 174return LinkBehavior.AlwaysUnderline; 179LinkBehavior link, 191if (link == LinkBehavior.SystemDefault) 198case LinkBehavior.AlwaysUnderline: 202case LinkBehavior.HoverUnderline: 206case 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