3 references to GetLocaleInfoEx
System.Windows.Forms (1)
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
290result = PInvoke.GetLocaleInfoEx(
System.Windows.Forms.Primitives (2)
_generated\417\Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
381 /// <inheritdoc cref="GetLocaleInfoEx(winmdroot.Foundation.PCWSTR, uint, winmdroot.Foundation.PWSTR, int)"/> 389 int __result = PInvoke.GetLocaleInfoEx(lpLocaleNameLocal, LCType, lpLCDataLocal, lpLCData.Length);