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)
165Assert.Empty(control.GetBytes()); 689Assert.Same(bytes, control.GetBytes()); 694Assert.Same(bytes, control.GetBytes()); 706Assert.Same(bytes, control.GetBytes()); 711Assert.Same(bytes, control.GetBytes()); 864Assert.Equal(new byte[] { 1, 2, 3 }, control.GetBytes()); 875Assert.Equal(new byte[] { 1, 2, 3 }, control.GetBytes());