8 references to GetBytes
System.Windows.Forms.Design (1)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
98ConvertToValue(_byteViewer.GetBytes(), ref localValue);
System.Windows.Forms.Design.Tests (7)
System\ComponentModel\Design\ByteViewerTests.cs (7)
163Assert.Empty(control.GetBytes()); 687Assert.Same(bytes, control.GetBytes()); 692Assert.Same(bytes, control.GetBytes()); 704Assert.Same(bytes, control.GetBytes()); 709Assert.Same(bytes, control.GetBytes()); 862Assert.Equal(new byte[] { 1, 2, 3 }, control.GetBytes()); 873Assert.Equal(new byte[] { 1, 2, 3 }, control.GetBytes());