8 references to User32
WindowsFormsIntegration (8)
MS\Win32\SafeNativeMethods.cs (2)
29[DllImport(ExternDll.User32, ExactSpelling = true, CharSet = System.Runtime.InteropServices.CharSet.Auto)] 33[DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.Auto)]
MS\Win32\UnsafeNativeMethods.cs (6)
15[DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.Auto)] 19[DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.Auto)] 23[DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.Auto)] 27[DllImport(ExternDll.User32, ExactSpelling = true, CharSet = CharSet.Auto)] [return: MarshalAs(UnmanagedType.Bool)] 31[DllImport(ExternDll.User32, CharSet = CharSet.Auto)] 35[DllImport(ExternDll.User32, CharSet = CharSet.Auto, SetLastError = true)]