1 write to _linkLabel
System.Windows.Forms.Tests (1)
System\Windows\Forms\LinkCollectionTests.cs (1)
17_linkLabel = new();
4 references to _linkLabel
System.Windows.Forms.Tests (4)
System\Windows\Forms\LinkCollectionTests.cs (4)
18_linkCollection = new(_linkLabel); 19_link = new(_linkLabel) { Name = "TestLink" }; 24_linkLabel.Dispose(); 38Link link2 = new(_linkLabel) { Name = "TestLink2" };