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)
52
if (
_customColors
is null)
57
_customColors
[i] = Color.White;
61
return
_customColors
;