1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2004this[index] = (Link)value;
11 references to
System.Windows.Forms (11)
winforms\Managed\System\WinForms\LinkLabel.cs (11)
664Link link = Links[i]; 668Links[i].VisualRegion = textRegions[regionIndex]; 1593FocusLink = Links[focusIndex]; 1613test = Links[focusIndex]; 1628test = Links[focusIndex]; 2000return this[index]; 2026return this[index]; 2259if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 2266if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, /* ignoreCase = */ true)) { 2360Remove(this[index]); 2659return new LinkAccessibleObject(((LinkLabel)Owner).Links[index]);