11 references to ExternDll
WindowsFormsIntegration (11)
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 (9)
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)] 37[DllImport(ExternDll.Gdi32, ExactSpelling = true, CharSet = CharSet.Auto)] 41[DllImport(ExternDll.Gdi32, EntryPoint = "CreateDC", CharSet = CharSet.Auto)] 52[DllImport(ExternDll.Gdi32, ExactSpelling = true, CharSet = CharSet.Auto)]