1 instantiation of ByteViewer
System.Windows.Forms.Design (1)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
152
_byteViewer = new
ByteViewer
();
4 references to ByteViewer
System.Design (1)
src\winforms\artifacts\obj\System.Design.Facade\Release\net11.0\System.Design.Forwards.cs (1)
7
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
ByteViewer
))]
System.Windows.Forms.Design (3)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
19
private
ByteViewer
_byteViewer;
System\ComponentModel\Design\ByteViewer.cs (1)
54
/// Initializes a new instance of the <see cref="
ByteViewer
"/> class.
System\ComponentModel\Design\DisplayMode.cs (1)
7
/// Specifies identifiers to indicate the display modes used by <see cref="
ByteViewer
"/>.