4 instantiations of FontEditor
System.Windows.Forms.Design.Tests (4)
System\Drawing\Design\FontEditorTests.cs (4)
14
FontEditor editor =
new
();
22
FontEditor editor =
new
();
30
FontEditor editor =
new
();
38
FontEditor editor =
new
();
7 references to FontEditor
System.Drawing.Design (1)
artifacts\obj\System.Drawing.Design.Facade\Release\net9.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\net9.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)
50
[InlineData(typeof(Font), typeof(
FontEditor
))]
System\Drawing\Design\FontEditorTests.cs (4)
14
FontEditor
editor = new();
22
FontEditor
editor = new();
30
FontEditor
editor = new();
38
FontEditor
editor = new();