8 references to GetBytes
System.Windows.Forms.Design (1)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
98
ConvertToValue(_byteViewer.
GetBytes
(), ref localValue);
System.Windows.Forms.Design.Tests (7)
System\ComponentModel\Design\ByteViewerTests.cs (7)
165
Assert.Empty(control.
GetBytes
());
689
Assert.Same(bytes, control.
GetBytes
());
694
Assert.Same(bytes, control.
GetBytes
());
706
Assert.Same(bytes, control.
GetBytes
());
711
Assert.Same(bytes, control.
GetBytes
());
864
Assert.Equal(new byte[] { 1, 2, 3 }, control.
GetBytes
());
875
Assert.Equal(new byte[] { 1, 2, 3 }, control.
GetBytes
());