6 references to LinkClicked
System.Windows.Forms (6)
winforms\Managed\System\WinForms\LinkLabelLinkClickedEventHandler.cs (1)
17/// Represents the method that will handle the <see cref='System.Windows.Forms.LinkLabel.LinkClicked'/> event of a <see cref='System.Windows.Forms.LinkLabel'/>.
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
81label.LinkClicked += new LinkLabelLinkClickedEventHandler(this.LinkClicked);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5513this.createNewLink.LinkClicked += new LinkLabelLinkClickedEventHandler(OnNewLinkClicked);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (3)
225this.linkLblMoreInformation.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowMoreInformation); 328this.linkLblName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowSupportPage); 349this.linkLblPublisher.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowPublisherCertificate);