2 references to LinkCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
255
public LinkCollection Links => _linkCollection ??= new
LinkCollection
(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\LinkCollectionTests.cs (1)
18
_linkCollection =
new
(_linkLabel);