1 write to _customColors
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
54_customColors = new Color[ColorPalette.CellsCustom];
3 references to _customColors
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.ColorUI.cs (3)
52if (_customColors is null) 57_customColors[i] = Color.White; 61return _customColors;