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();
38
Link link2 = new(
_linkLabel
) { Name = "TestLink2" };