1 write to _cells
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorPalette.ColorPaletteAccessibleObject.cs (1)
18
_cells
= new ColorCellAccessibleObject[CellsAcross * CellsDown];
1 reference to _cells
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorPalette.ColorPaletteAccessibleObject.cs (1)
32
return
_cells
[id] ??= new ColorCellAccessibleObject(this, palette.GetColorFromCell(id), id);