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