4 references to SetFile
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ByteViewerTests.cs (4)
861control.SetFile(file.Path); 872control.SetFile(file.Path); 881Assert.Throws<ArgumentNullException>("path", () => control.SetFile(null)); 891Assert.Throws<ArgumentException>("path", () => control.SetFile(path));