3 references to GetSystemDefaultLCID
System.Drawing (3)
commonui\System\Drawing\SystemFonts.cs (3)
314if((UnsafeNativeMethods.GetSystemDefaultLCID() & 0x3ff) == 0x0011) { 329systemDefaultLCIDIsArabic = ((UnsafeNativeMethods.GetSystemDefaultLCID() & 0x3ff) == 0x0001); 419if((UnsafeNativeMethods.GetSystemDefaultLCID() & 0x3ff) == 0x0011) {