1 write to s_cellSizeY
System.Windows.Forms.Design (1)
System\Drawing\Design\ColorEditor.ColorPalette.cs (1)
60s_cellSizeY = ScaleHelper.ScaleToInitialSystemDpi(CellSize);
6 references to s_cellSizeY
System.Windows.Forms.Design (6)
System\Drawing\Design\ColorEditor.ColorPalette.cs (6)
74CellsDown * (s_cellSizeY + s_marginY) + s_marginY + 2); 124rect.Y = s_marginY + down * (s_cellSizeY + s_marginY); 126rect.Height = s_cellSizeY; 160int down = y / (s_cellSizeY + s_marginY); 170|| (y - (s_cellSizeY + s_marginY) * down) < s_marginY) 366Height = s_cellSizeY,