9 references to CellsCustom
System.Windows.Forms.Design (9)
System\Drawing\Design\ColorEditor.ColorPalette.cs (7)
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
);
System\Drawing\Design\ColorEditor.ColorUI.cs (2)
54
_customColors = new Color[ColorPalette.
CellsCustom
];
55
for (int i = 0; i < ColorPalette.
CellsCustom
; i++)