1 instantiation of BinaryEditor
System.Windows.Forms.Design.Tests (1)
BinaryEditorTests.cs (1)
16BinaryEditor editor = new();
7 references to BinaryEditor
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.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)
13private readonly BinaryEditor _editor; 28public BinaryUI(BinaryEditor editor) 151ComponentResourceManager resources = new(typeof(BinaryEditor));
System.Windows.Forms.Design.Tests (3)
BinaryEditorTests.cs (1)
16BinaryEditor editor = new();
EnsureEditorsTests.cs (2)
44[InlineData(typeof(byte[]), typeof(BinaryEditor))] 45[InlineData(typeof(Stream), typeof(BinaryEditor))]