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