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