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)
13
[DllImport(ExternDll.
User32
, ExactSpelling = true, CharSet = CharSet.Auto)]
17
[DllImport(ExternDll.
User32
, ExactSpelling = true, CharSet = CharSet.Auto)]
21
[DllImport(ExternDll.
User32
, ExactSpelling = true, CharSet = CharSet.Auto)]
25
[DllImport(ExternDll.
User32
, ExactSpelling = true, CharSet = CharSet.Auto)] [return: MarshalAs(UnmanagedType.Bool)]
29
[DllImport(ExternDll.
User32
, CharSet = CharSet.Auto)]
33
[DllImport(ExternDll.
User32
, CharSet = CharSet.Auto, SetLastError = true)]