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