3 references to QuickSort
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
103
if (left < j)
QuickSort
(left, j);
107
if (i < right)
QuickSort
(i, right);
120
sorter.
QuickSort
(0, array.Length - 1);