4 references to SaveToFile
System.Windows.Forms.Design (1)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
116_byteViewer.SaveToFile(sfd.FileName);
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\ByteViewerTests.cs (3)
598control.SaveToFile(path); 612Assert.Throws<ArgumentNullException>("path", () => control.SaveToFile(null)); 622Assert.Throws<ArgumentException>("path", () => control.SaveToFile(path));