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