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