UIComponentExtensions.StableSortByTabIndex(this List) Method
Definition
Namespace: Brine2D.UI
Sorts the list by TabIndex ascending, preserving the relative order of elements with equal TabIndex values \(stable sort\).
C#
internal static void StableSortByTabIndex(this System.Collections.Generic.List<Brine2D.UI.IUIComponent> list);