3 writes to Name
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (3)
1239
imageInfo.
Name
= key;
1256
imageInfo.
Name
= key;
1616
((ImageInfo)imageInfoCollection[index]).
Name
= name;
5 references to Name
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ImageList.cs (5)
1034
if ((image != null) && (image.
Name
!= null) && (image.
Name
.Length != 0)) {
1035
keysCollection.Add(image.
Name
);
1493
(WindowsFormsUtils.SafeCompareStrings(((ImageInfo)imageInfoCollection[lastAccessedIndex]).
Name
, key, /* ignoreCase = */ true))) {
1501
(WindowsFormsUtils.SafeCompareStrings(((ImageInfo)imageInfoCollection[i]).
Name
, key, /* ignoreCase = */ true))) {