1 instantiation of BinaryEditor
System.Windows.Forms.Design.Tests (1)
BinaryEditorTests.cs (1)
16
BinaryEditor editor =
new
();
7 references to BinaryEditor
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net10.0\System.Design.Forwards.cs (1)
6
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
BinaryEditor
))]
System.Windows.Forms.Design (3)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (3)
13
private readonly
BinaryEditor
_editor;
28
public BinaryUI(
BinaryEditor
editor)
151
ComponentResourceManager resources = new(typeof(
BinaryEditor
));
System.Windows.Forms.Design.Tests (3)
BinaryEditorTests.cs (1)
16
BinaryEditor
editor = new();
EnsureEditorsTests.cs (2)
44
[InlineData(typeof(byte[]), typeof(
BinaryEditor
))]
45
[InlineData(typeof(Stream), typeof(
BinaryEditor
))]