1 instantiation of LinkCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
263
public LinkCollection Links => _linkCollection ??= new
LinkCollection
(this);
2 references to LinkCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
42
private
LinkCollection
? _linkCollection;
263
public
LinkCollection
Links => _linkCollection ??= new LinkCollection(this);