9 references to TotalCells
System.Windows.Forms.Design (9)
System\Drawing\Design\ColorEditor.ColorPalette.cs (9)
76_staticColors = new Color[TotalCells - CellsCustom]; 149if (index < TotalCells - CellsCustom) 154return CustomColors[index - TotalCells + CellsCustom]; 350if (cell is >= TotalCells - CellsCustom and < TotalCells) 352LaunchDialog(cell - TotalCells + CellsCustom); 426if (cell is >= TotalCells - CellsCustom and < TotalCells) 428LaunchDialog(cell - TotalCells + CellsCustom);