3 references to LoadFromStream
System.Windows.Forms.Design.Tests (3)
System\Drawing\Design\BitmapEditorTests.cs (3)
76Bitmap result = Assert.IsType<Bitmap>(editor.LoadFromStream(stream)); 89Bitmap result = Assert.IsType<Bitmap>(editor.LoadFromStream(stream)); 97Assert.Throws<ArgumentNullException>("stream", () => editor.LoadFromStream(null));