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