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