4 references to Link
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (2)
123if (!e.Link.Enabled) 128((DesignerVerb)e.Link.LinkData).Invoke();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5732InstanceCreationEditor ice = e.Link.LinkData as InstanceCreationEditor;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
798System.Diagnostics.Process.Start(this.m_defaultBrowserExePath, e.Link.LinkData.ToString());