1 write to _staticColors
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
76
_staticColors
= new Color[TotalCells - CellsCustom];
2 references to _staticColors
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorPalette.cs (2)
80
_staticColors
[i] = ColorTranslator.FromOle(s_staticCells[i]);
151
return
_staticColors
[index];