4 references to Contains
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (1)
229return 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);