5 instantiations of ColorEditor
System.Windows.Forms.Design.Tests (5)
System\Drawing\Design\ColorEditorTests.cs (5)
16ColorEditor editor = new(); 33ColorEditor editor = new(); 57ColorEditor editor = new(); 65ColorEditor editor = new(); 73ColorEditor editor = new();
13 references to ColorEditor
System.Drawing.Design (1)
artifacts\obj\System.Drawing.Design.Facade\Release\net9.0\System.Drawing.Design.Forwards.cs (1)
4[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.ColorEditor))]
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.ColorUI.cs (2)
17private readonly ColorEditor _editor; 33public ColorUI(ColorEditor editor)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (1)
15private static readonly Assembly s_assembly = typeof(ColorEditor).Module.Assembly;
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)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.ColorEditor))]
System.Windows.Forms.Design.Tests (7)
EnsureEditorsTests.cs (1)
48[InlineData(typeof(Color), typeof(ColorEditor))]
System\Drawing\Design\ColorEditorTests.cs (5)
16ColorEditor editor = new(); 33ColorEditor editor = new(); 57ColorEditor editor = new(); 65ColorEditor editor = new(); 73ColorEditor editor = new();
System\Drawing\Design\ColorEditorTests.CustomColorDialogTests.cs (1)
13Type? typeCustomColorDialog = typeof(ColorEditor).Assembly.GetTypes().SingleOrDefault(t => t.Name == "CustomColorDialog");
WinFormsControlsTest (1)
Dialogs.cs (1)
87Type? typeCustomColorDialog = typeof(ColorEditor).Assembly.GetTypes().SingleOrDefault(t => t.Name == "CustomColorDialog")