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)
32return _cells[id] ??= new ColorCellAccessibleObject(this, palette.GetColorFromCell(id), id);