2 references to GetACP
mscorlib (2)
system\text\basecodepageencoding.cs (1)
167
base(codepage == 0? Microsoft.Win32.Win32Native.
GetACP
(): codepage)
system\text\encoding.cs (1)
1402
int codePage = Win32Native.
GetACP
();