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