4 instantiations of FontEditor
System.Windows.Forms.Design.Tests (4)
System\Drawing\Design\FontEditorTests.cs (4)
16FontEditor editor = new(); 24FontEditor editor = new(); 32FontEditor editor = new(); 40FontEditor editor = new();
7 references to FontEditor
System.Drawing.Design (1)
artifacts\obj\System.Drawing.Design.Facade\Release\net10.0\System.Drawing.Design.Forwards.cs (1)
7[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.FontEditor))]
System.Windows.Forms.Design.Editors (1)
artifacts\obj\System.Windows.Forms.Design.Editors.Facade3x\Release\net10.0\System.Windows.Forms.Design.Editors.Forwards.cs (1)
10[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.FontEditor))]
System.Windows.Forms.Design.Tests (5)
EnsureEditorsTests.cs (1)
52[InlineData(typeof(Font), typeof(FontEditor))]
System\Drawing\Design\FontEditorTests.cs (4)
16FontEditor editor = new(); 24FontEditor editor = new(); 32FontEditor editor = new(); 40FontEditor editor = new();