1 write to link
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2706this.link = link;
18 references to link
System.Windows.Forms (18)
winforms\Managed\System\WinForms\LinkLabel.cs (18)
2711Region region = link.VisualRegion; 2717g = Graphics.FromHwnd(link.Owner.Handle); 2727link.Owner.EnsureRun(g); 2728region = link.VisualRegion; 2746return link.Owner.RectangleToScreen(rect); 2758return link.Description; 2764string text = link.Owner.Text; 2771if (link.Owner.UseMnemonic) { 2775int charStart = LinkLabel.ConvertToCharIndex(link.Start, text); 2776int charEnd = LinkLabel.ConvertToCharIndex(link.Start + link.Length, text); 2778if (AccessibilityImprovements.Level1 && link.Owner.UseMnemonic) { 2794return link.Owner.AccessibilityObject; 2810if (link.Owner.FocusLink == link) { 2833link.Owner.OnLinkClicked(new LinkLabelLinkClickedEventArgs(link)); 2846if (!link.Owner.Enabled) {