4 references to Contains
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (1)
229
return
Contains
(link);
System.Windows.Forms.Tests (3)
System\Windows\Forms\LinkCollectionTests.cs (3)
91
_linkCollection.
Contains
(link).Should().BeTrue();
113
_linkCollection.
Contains
(_link).Should().Be(expected);
124
_linkCollection.
Contains
(_link).Should().Be(expected);