1 write to
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (1)
48this[index] = link;
11 references to
System.Windows.Forms (11)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (5)
543Link link = Links[i]; 548Links[i].VisualRegion = textRegions[regionIndex]; 1462FocusLink = Links[focusIndex]; 1487test = Links[focusIndex]; 1507test = Links[focusIndex];
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (5)
43get => this[index]; 74return this[index]; 268if (WindowsFormsUtils.SafeCompareStrings(this[_lastAccessedIndex].Name, key, /* ignoreCase = */ true)) 277if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, /* ignoreCase = */ true)) 365Remove(this[index]);
System\Windows\Forms\Controls\Labels\LinkLabel.LinkLabelAccessibleObject.cs (1)
42? owner.Links[index].AccessibleObject