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)
163
Assert.Empty(control.
GetBytes
());
687
Assert.Same(bytes, control.
GetBytes
());
692
Assert.Same(bytes, control.
GetBytes
());
704
Assert.Same(bytes, control.
GetBytes
());
709
Assert.Same(bytes, control.
GetBytes
());
862
Assert.Equal(new byte[] { 1, 2, 3 }, control.
GetBytes
());
873
Assert.Equal(new byte[] { 1, 2, 3 }, control.
GetBytes
());