2 references to ContainsKey
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListView.CheckedListViewItemCollectionTests.cs (2)
242_collection.ContainsKey(key).Should().Be(expected); 250Action act = () => _collection.ContainsKey("foo");