5 references to USER32
mscorlib (5)
microsoft\win32\unsafenativemethods.cs (1)
64[DllImport(Win32Native.USER32, EntryPoint="LoadStringW", SetLastError=true, CharSet=CharSet.Unicode, ExactSpelling=true, CallingConvention=CallingConvention.StdCall)]
microsoft\win32\win32native.cs (4)
1745[DllImport(USER32)] // Appears to always succeed 2000[DllImport(USER32, ExactSpelling=true)] 2004[DllImport(USER32, SetLastError=true)] 2009[DllImport(USER32, SetLastError=true, BestFitMapping=false)]