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