1 write to lcid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StringSorter.cs (1)
119
this.
lcid
= culture == null? SafeNativeMethods.GetThreadLocale(): culture.LCID;
1 reference to lcid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StringSorter.cs (1)
187
int result = Compare(
lcid
, s1, s2, options);