2 references to LOCALE_USER_DEFAULT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
16833
hr = disp.Invoke(dispid, ref g, NativeMethods.
LOCALE_USER_DEFAULT
,
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (1)
374
int result = UnsafeNativeMethods.GetLocaleInfo(NativeMethods.
LOCALE_USER_DEFAULT
,NativeMethods.LOCALE_IMEASURE, sb,sb.Capacity);