4 references to Compare
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StringSorter.cs (4)
141return Compare(SafeNativeMethods.GetThreadLocale(), s1, s2, 0); 150return Compare(SafeNativeMethods.GetThreadLocale(), s1, s2, options); 169return Compare(culture.LCID, s1, s2, options); 187int result = Compare(lcid, s1, s2, options);