1 write to descending
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StringSorter.cs (1)
121
this.
descending
= (options & Descending) != 0;
1 reference to descending
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StringSorter.cs (1)
188
return
descending
? -result: result;