5 references to ColorEditor
System.Drawing.Design (1)
src\winforms\artifacts\obj\System.Drawing.Design.Facade\Release\net11.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)
src\winforms\artifacts\obj\System.Windows.Forms.Design.Editors.Facade3x\Release\net11.0\System.Windows.Forms.Design.Editors.Forwards.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Design.ColorEditor))]