5 references to GetProcAddress
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (2)
158
IntPtr pFunc = UnsafeNativeMethods.
GetProcAddress
(new HandleRef(null, hModule), "ImageList_WriteEx");
166
IntPtr pFunc = UnsafeNativeMethods.
GetProcAddress
(new HandleRef(null, hModule), "ImageList_WriteEx");
winforms\Managed\System\WinForms\NativeWindow.cs (2)
607
userDefWindowProc = UnsafeNativeMethods.
GetProcAddress
(new HandleRef(null, UnsafeNativeMethods.GetModuleHandle("user32.dll")), defproc);
1575
userDefWindowProc = UnsafeNativeMethods.
GetProcAddress
(new HandleRef(null, UnsafeNativeMethods.GetModuleHandle("user32.dll")), defproc);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
8980
if (
GetProcAddress
(new HandleRef(null, kernel32), "AddDllDirectory") != IntPtr.Zero) {