6 instantiations of FontNameEditor
System.Windows.Forms.Design.Tests (6)
System\Drawing\Design\FontNameEditorTests.cs (6)
25
FontNameEditor editor =
new
();
40
FontNameEditor editor =
new
();
59
FontNameEditor editor =
new
();
67
FontNameEditor editor =
new
();
75
FontNameEditor editor =
new
();
95
FontNameEditor editor =
new
();
16 references to FontNameEditor
System.Drawing.Design (1)
artifacts\obj\System.Drawing.Design.Facade\Release\net10.0\System.Drawing.Design.Forwards.cs (1)
8
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.
FontNameEditor
))]
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)
11
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.
FontNameEditor
))]
System.Windows.Forms.Design.Tests (6)
System\Drawing\Design\FontNameEditorTests.cs (6)
25
FontNameEditor
editor = new();
40
FontNameEditor
editor = new();
59
FontNameEditor
editor = new();
67
FontNameEditor
editor = new();
75
FontNameEditor
editor = new();
95
FontNameEditor
editor = new();
WinFormsControlsTest (8)
UserControls\UserControlWithFontNameEditor.cs (8)
18
[Editor(typeof(
FontNameEditor
), typeof(UITypeEditor))]
29
[Editor(typeof(
FontNameEditor
), typeof(UITypeEditor))]
40
[Editor(typeof(
FontNameEditor
), typeof(UITypeEditor))]
51
[Editor(typeof(
FontNameEditor
), typeof(UITypeEditor))]
62
[Editor(typeof(
FontNameEditor
), typeof(UITypeEditor))]
73
[Editor(typeof(
FontNameEditor
), typeof(UITypeEditor))]
84
[Editor(typeof(
FontNameEditor
), typeof(UITypeEditor))]
95
[Editor(typeof(
FontNameEditor
), typeof(UITypeEditor))]