7 references to Add
System.Windows.Forms (7)
winforms\Managed\System\WinForms\LinkLabel.cs (6)
251
Links.
Add
(new Link(this));
371
Links.
Add
(new Link(this));
641
Links.
Add
(new Link (0, -1)); // default 'magic' link.
2126
Add
(l);
2182
return
Add
((Link)value);
2193
Add
((Link)value);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
580
this.linkLblMoreInformation.Links.
Add
(new System.Windows.Forms.LinkLabel.Link(this.linkLblMoreInformation.Text.Length - strMoreInfo.Length, strMoreInfo.Length));