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