2 instantiations of 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);
3 references to LinkCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
42
private
LinkCollection
? _linkCollection;
255
public
LinkCollection
Links => _linkCollection ??= new LinkCollection(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\LinkCollectionTests.cs (1)
12
private readonly
LinkCollection
_linkCollection;