4 references to CellSize
System.Windows.Forms.Design (4)
System\Drawing\Design\ColorEditor.ColorPalette.cs (4)
23private static int s_cellSizeX = CellSize; 24private static int s_cellSizeY = CellSize; 59s_cellSizeX = ScaleHelper.ScaleToInitialSystemDpi(CellSize); 60s_cellSizeY = ScaleHelper.ScaleToInitialSystemDpi(CellSize);