1 write to CustomColors
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
83CustomColors = customColors;
3 references to CustomColors
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.ColorPalette.cs (3)
154return CustomColors[index - TotalCells + CellsCustom]; 248CustomColors[customIndex] = dialog.Color; 249SelectedColor = CustomColors[customIndex];