5 instantiations of SubBitmapEditor
System.Windows.Forms.Design.Tests (5)
System\Drawing\Design\BitmapEditorTests.cs (5)
38
SubBitmapEditor editor =
new
();
56
SubBitmapEditor editor =
new
();
71
SubBitmapEditor editor =
new
();
87
SubBitmapEditor editor =
new
();
96
SubBitmapEditor editor =
new
();
7 references to SubBitmapEditor
System.Windows.Forms.Design.Tests (7)
System\Drawing\Design\BitmapEditorTests.cs (7)
22
List<string> extensions =
SubBitmapEditor
.BitmapExtensions;
24
Assert.Same(extensions,
SubBitmapEditor
.BitmapExtensions);
38
SubBitmapEditor
editor = new();
56
SubBitmapEditor
editor = new();
71
SubBitmapEditor
editor = new();
87
SubBitmapEditor
editor = new();
96
SubBitmapEditor
editor = new();