2 references to ImageListAddFailed
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
354
return index == -1 ? throw new InvalidOperationException(SR.
ImageListAddFailed
) : index;
390
return index == -1 ? throw new InvalidOperationException(SR.
ImageListAddFailed
) : index;