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