4 references to Add
System.Windows.Forms (4)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2099return Add(start, length, null);
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
222LinkLabel.Link link = Label.Links.Add(links[i].X, links[i].Y, verbs[i]);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6008CreateNewLink.Links.Add(0, editor.Text.Length, editor);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
468this.linkLblName.Links.Add(0, this.m_appName.Length, this.m_supportUrl);