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