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)
360Bitmap result1 = Assert.IsType<Bitmap>(collection[key]); 366Bitmap result2 = Assert.IsType<Bitmap>(collection[key]); 371Assert.Null(collection["NoSuchKey"]); 390Assert.Null(collection[key]); 393Assert.Null(collection[key]); 394Assert.Null(collection["NoSuchKey"]); 404Assert.Null(collection[key]); 407Assert.Null(collection[key]); 408Assert.Null(collection["NoSuchKey"]);