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