10 references to
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
101return _currentImageList.Images[key!];
System.Windows.Forms.Tests (9)
System\Windows\Forms\ImageList.ImageCollectionTests.cs (9)
358Bitmap result1 = Assert.IsType<Bitmap>(collection[key]); 364Bitmap result2 = Assert.IsType<Bitmap>(collection[key]); 369Assert.Null(collection["NoSuchKey"]); 388Assert.Null(collection[key]); 391Assert.Null(collection[key]); 392Assert.Null(collection["NoSuchKey"]); 402Assert.Null(collection[key]); 405Assert.Null(collection[key]); 406Assert.Null(collection["NoSuchKey"]);