4 references to SetFile
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ByteViewerTests.cs (4)
863control.SetFile(file.Path); 874control.SetFile(file.Path); 883Assert.Throws<ArgumentNullException>("path", () => control.SetFile(null)); 893Assert.Throws<ArgumentException>("path", () => control.SetFile(path));