6 references to GetThreadLocale
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (3)
3105
if (culture == null || culture.LCID != SafeNativeMethods.
GetThreadLocale
())
3106
culture = new CultureInfo(SafeNativeMethods.
GetThreadLocale
());
3750
if (culture != null && culture.LCID != SafeNativeMethods.
GetThreadLocale
()) {
winforms\Managed\System\WinForms\StringSorter.cs (3)
119
this.lcid = culture == null? SafeNativeMethods.
GetThreadLocale
(): culture.LCID;
141
return Compare(SafeNativeMethods.
GetThreadLocale
(), s1, s2, 0);
150
return Compare(SafeNativeMethods.
GetThreadLocale
(), s1, s2, options);