5 instantiations of SubBitmapEditor
System.Windows.Forms.Design.Tests (5)
System\Drawing\Design\BitmapEditorTests.cs (5)
40
SubBitmapEditor editor =
new
();
58
SubBitmapEditor editor =
new
();
73
SubBitmapEditor editor =
new
();
89
SubBitmapEditor editor =
new
();
98
SubBitmapEditor editor =
new
();
7 references to SubBitmapEditor
System.Windows.Forms.Design.Tests (7)
System\Drawing\Design\BitmapEditorTests.cs (7)
24
List<string> extensions =
SubBitmapEditor
.BitmapExtensions;
26
Assert.Same(extensions,
SubBitmapEditor
.BitmapExtensions);
40
SubBitmapEditor
editor = new();
58
SubBitmapEditor
editor = new();
73
SubBitmapEditor
editor = new();
89
SubBitmapEditor
editor = new();
98
SubBitmapEditor
editor = new();