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)
598
control.
SaveToFile
(path);
612
Assert.Throws<ArgumentNullException>("path", () => control.
SaveToFile
(null));
622
Assert.Throws<ArgumentException>("path", () => control.
SaveToFile
(path));