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