5 references to GetProcAddress
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (2)
119return PInvoke.GetProcAddress(hModule, (PCSTR)ptr) != 0; 132return PInvoke.GetProcAddress(hModule, (PCSTR)ptr) != 0;
System\Windows\Forms\NativeWindow.cs (1)
175s_defaultWindowProc = PInvoke.GetProcAddress(hModule, (PCSTR)ptr);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
438 /// <inheritdoc cref="GetProcAddress(winmdroot.Foundation.HMODULE, winmdroot.Foundation.PCSTR)"/> 444 winmdroot.Foundation.FARPROC __result = PInvoke.GetProcAddress(hModule, new winmdroot.Foundation.PCSTR (lpProcNameLocal));