1 write to _linkLabel
System.Windows.Forms.Tests (1)
System\Windows\Forms\LinkCollectionTests.cs (1)
19_linkLabel = new();
4 references to _linkLabel
System.Windows.Forms.Tests (4)
System\Windows\Forms\LinkCollectionTests.cs (4)
20_linkCollection = new(_linkLabel); 21_link = new(_linkLabel) { Name = "TestLink" }; 26_linkLabel.Dispose(); 40Link link2 = new(_linkLabel) { Name = "TestLink2" };