2 references to Get1DFrom2D
System.Windows.Forms.Design (2)
System\Drawing\Design\ColorEditor.ColorPalette.cs (2)
88
internal int FocusedCell =>
Get1DFrom2D
(_focus);
178
private static int GetCellFromLocationMouse(int x, int y) =>
Get1DFrom2D
(GetCell2DFromLocationMouse(x, y));